From 68b1515127853aff6c24906fbe0e1a8eae0d124a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 1 Aug 2012 00:13:24 +0000 Subject: [PATCH] Improved debugging information and uninstallation for some scripts --- doc/gtkdoc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gtkdoc.sh b/doc/gtkdoc.sh index 5ad2e83..62628cc 100755 --- a/doc/gtkdoc.sh +++ b/doc/gtkdoc.sh @@ -44,8 +44,8 @@ TOUCH="touch" #debug _debug() { - echo $@ 1>&2 - $@ + echo "$@" 1>&2 + "$@" }