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>2009-03-04 05:25:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-04 05:25:15 +0000
commitfb1d123d1e72e93ee28a4995614370528627b4b5 (patch)
tree531df2b2dd2ab91379410ad0c8c7b4d6082a15e3 /scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
parenta090aa5bb96aaab02fda347da9ba3f554bd56972 (diff)
it seems I also have to turn off the link support implied by --archive
svn path=/trunk/; revision=10831
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 0224aa07..ac92a254 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
@@ -67,7 +67,7 @@ upload_build ()
case $SYSTEM in
mingw*)
test -e ${archive} && /c/cygwin/bin/sh -c \
- "rsync --archive --copy-links ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\
+ "rsync --archive --no-links --copy-links ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\
echo "successfully uploaded: ${upload_filename}" && \
echo SUCCESS
;;