From 9cf83395a0caf21bdbf79129fb31ed0f0d2db562 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 29 Jul 2017 17:04:36 +0200 Subject: syncrepo.sh: Add missing quotes Signed-off-by: Florian Pritz --- syncrepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))" -- cgit v1.2.3-24-g4f1b