From 67d5dcbc7f20eae4abb171bb7f89e1de94359906 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 16 Apr 2008 19:01:22 +0000 Subject: 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 --- scripts/auto-build/pd-puredyne-auto-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/auto-build/pd-puredyne-auto-builder.sh') diff --git a/scripts/auto-build/pd-puredyne-auto-builder.sh b/scripts/auto-build/pd-puredyne-auto-builder.sh index 24851f5c..366428ff 100755 --- a/scripts/auto-build/pd-puredyne-auto-builder.sh +++ b/scripts/auto-build/pd-puredyne-auto-builder.sh @@ -62,7 +62,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 ;; -- cgit v1.2.1