Improved debugging information and uninstallation for some scripts
This commit is contained in:
parent
67b74e4fd6
commit
e5efc6422d
|
@ -43,8 +43,8 @@ XGETTEXT="xgettext --force-po"
|
||||||
#debug
|
#debug
|
||||||
_debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo $@
|
echo "$@" 1>&2
|
||||||
$@
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user