aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/copy_buildsync.sh')
-rwxr-xr-xscripts/copy_buildsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index c313af72..59f08f0a 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -209,7 +209,7 @@ process_arch() {
#
# Link the files for a given variant into a current-${v}/ directory.
# If it's an old link, remove to convert to directory.
- if test -l "current-$v" ; then rm "current-$v" ; fi
+ if test -L "current-$v" ; then rm "current-$v" ; fi
mkdir -p "current-$v"
# Remove old links in the directory.