summaryrefslogtreecommitdiffstats
path: root/rsync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rsync.sh')
-rw-r--r--rsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.sh b/rsync.sh
index a77d681..2a36053 100644
--- a/rsync.sh
+++ b/rsync.sh
@@ -17,7 +17,7 @@ function systr_rsync_normal
dst="$2"
if [ $# -gt 2 ]; then
- link="--link-dest=\"$3\""
+ link="--link-dest=$3"
else
link=""
fi