[SCM] pkg-kde-dev-scripts packaging branch, master, updated. d896523f0d5c67e19d6711bce0672301a26e0948

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Sun Dec 18 00:56:28 UTC 2011


The following commit has been merged in the master branch:
commit d896523f0d5c67e19d6711bce0672301a26e0948
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Sun Dec 18 01:55:58 2011 +0100

    Fix do-all for commands with double quotes.
---
 do-all |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/do-all b/do-all
index 3760278..967d5de 100755
--- a/do-all
+++ b/do-all
@@ -2,6 +2,6 @@
 
 for i in $(find . -maxdepth 1 -type d ! -name .); do
 	cd $i;
-	$@
+	"$@"
 	cd - > /dev/null;
 done;

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list