Improved debugging information and uninstallation for some scripts

This commit is contained in:
Pierre Pronchery 2012-08-01 00:13:24 +00:00
parent f921744834
commit b0bffaeb08

View File

@ -38,8 +38,8 @@ XSLTPROC="xsltproc --nonet --xinclude"
#debug
_debug()
{
echo $@
$@
echo "$@" 1>&2
"$@"
}