Revision: 9700 http://pure-data.svn.sourceforge.net/pure-data/?rev=9700&view=rev Author: eighthave Date: 2008-04-15 12:23:12 -0700 (Tue, 15 Apr 2008)
Log Message: ----------- removed --login from the MinGW rsync shells since it is unneeded, and the Cygwin /etc/profile was causing a problem, complaining about a missing 'regtool'
Modified Paths: -------------- trunk/scripts/auto-build/pd-extended-auto-builder.sh
Modified: trunk/scripts/auto-build/pd-extended-auto-builder.sh =================================================================== --- trunk/scripts/auto-build/pd-extended-auto-builder.sh 2008-04-14 22:18:54 UTC (rev 9699) +++ trunk/scripts/auto-build/pd-extended-auto-builder.sh 2008-04-15 19:23:12 UTC (rev 9700) @@ -72,10 +72,10 @@ case $SYSTEM in mingw*) if [ -e ${archive} ]; then - /c/cygwin/bin/sh --login -c \ + /c/cygwin/bin/sh -c \ "rsync -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" && \ md5sum ${archive} > ${archive}.md5 && \ - /c/cygwin/bin/sh --login -c \ + /c/cygwin/bin/sh -c \ "rsync -a ${archive}.md5 rsync://128.238.56.50/upload/${DATE}/${upload_filename}.md5" && \ echo SUCCESS fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.