From 6d1261a71e922cf346a557dde95ce531f8b7bcbc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 17 May 2016 12:00:40 +0200 Subject: [PATCH] Revert "bin/srsync: add --protect-args" This reverts commit 362e50fba3d66be6749c85b0ee2f720d0b53e486. It breaks zsh's tab completion which assumes arguments must be escaped. And as I had never problems with it, the old behavior is fine. --- bin/srsync | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/srsync b/bin/srsync index fc549a4..8402bb3 100755 --- a/bin/srsync +++ b/bin/srsync @@ -5,7 +5,7 @@ # Be careful when restoring /boot with --sparse, GRUB doesn't support sparse # files (e.g. the kernel). Therefore don't use --sparse in this case. -# Copyright (C) 2011-2016 Simon Ruderich +# Copyright (C) 2011-2015 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ set -eu set -x exec rsync \ - --protect-args \ --verbose \ --itemize-changes \ --human-readable \ -- 2.43.2