Improved debugging information and uninstallation for some scripts

This commit is contained in:
Pierre Pronchery 2012-08-01 00:13:24 +00:00
parent ff0fc0158e
commit 5afa144cd1

View File

@ -43,8 +43,8 @@ XGETTEXT="xgettext --force-po"
#debug #debug
_debug() _debug()
{ {
echo $@ echo "$@" 1>&2
$@ "$@"
} }