summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsyncrepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncrepo.sh b/syncrepo.sh
index 019e4e1..a8ae0ff 100755
--- a/syncrepo.sh
+++ b/syncrepo.sh
@@ -44,7 +44,7 @@ fi
--exclude='/other' \
--exclude='/sources' \
--exclude='/iso' \
- ${source} \
+ "${source}" \
"${target}"
#echo "Last sync was $(date -d @$(cat ${target}/lastsync))"