aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-04-16 19:01:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-04-16 19:01:22 +0000
commit67d5dcbc7f20eae4abb171bb7f89e1de94359906 (patch)
treeda1cf3a13db25814edbf8d07dbdf8f7a8046bce6 /scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
parentede4706c8cc0b0b5ca4fbd4e264d771d7e0ba970 (diff)
removed the --login from the cygwin shell used to run the rsyncing on MinGW since the Cygwin profile seems to cause problems, plus rsync shouldn't need a full login environment to run
svn path=/trunk/; revision=9713
Diffstat (limited to 'scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh')
-rwxr-xr-xscripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
index 7bfd9013..c0f0d572 100755
--- a/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
+++ b/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
@@ -66,7 +66,7 @@ upload_build ()
upload_filename=`ls -1 ${archive} | sed "s|.*/\(.*\)\.${archive_format}|\1-${HOSTNAME}.${archive_format}|"`
case $SYSTEM in
mingw*)
- test -e ${archive} && /c/cygwin/bin/sh --login -c \
+ test -e ${archive} && /c/cygwin/bin/sh -c \
"rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\
echo SUCCESS
;;