From 5afa144cd1b51fb1d93599310c1ad348e714223a 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 --- po/gettext.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/gettext.sh b/po/gettext.sh index 8232897..9c07414 100755 --- a/po/gettext.sh +++ b/po/gettext.sh @@ -43,8 +43,8 @@ XGETTEXT="xgettext --force-po" #debug _debug() { - echo $@ - $@ + echo "$@" 1>&2 + "$@" }