[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] scripts/debian/sync-dd: add two missing backslashes



---
 scripts/debian/sync-dd |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd
index 5554623..93eae7d 100755
--- a/scripts/debian/sync-dd
+++ b/scripts/debian/sync-dd
@@ -70,8 +70,8 @@ trap cleanup EXIT TERM HUP INT QUIT
 
 # Also, NEVER use --delete-excluded!
 if lockfile -r3 "${lockfile}"; then
-    rsync -aH -B8192
-	${extra1}
+    rsync -aH -B8192 \
+	${extra1} \
         --exclude "/backup/*.xz" \
 	--exclude "/backup/dump*" \
 	--exclude "/database/*.db" \
-- 
1.7.2.5


Reply to: