summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-07-29 17:04:36 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-07-29 17:04:36 +0200
commit9cf83395a0caf21bdbf79129fb31ed0f0d2db562 (patch)
tree944f88cedd89c516009f5f99f9e37195efe17742
parent718d8facffa71e9e7eb9521f999bc27fd63a31c9 (diff)
downloadbin-9cf83395a0caf21bdbf79129fb31ed0f0d2db562.tar.gz
bin-9cf83395a0caf21bdbf79129fb31ed0f0d2db562.tar.xz
syncrepo.sh: Add missing quotes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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))"