aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/tcltk_core-8-4-branch_auto-builder.sh
diff options
context:
space:
mode:
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 0b05743b..0224aa07 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 -a ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\
+ "rsync --archive --copy-links ${archive} rsync://128.238.56.50/upload/${DATE}/${upload_filename}" &&\
echo "successfully uploaded: ${upload_filename}" && \
echo SUCCESS
;;