Improved debugging information and uninstallation for some scripts
This commit is contained in:
parent
4b46d09576
commit
d3c20b3529
|
@ -38,8 +38,8 @@ XSLTPROC="xsltproc --nonet --xinclude"
|
||||||
#debug
|
#debug
|
||||||
_debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo $@
|
echo "$@" 1>&2
|
||||||
$@
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,8 +44,8 @@ TOUCH="touch"
|
||||||
#debug
|
#debug
|
||||||
_debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo $@ 1>&2
|
echo "$@" 1>&2
|
||||||
$@
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,8 +43,8 @@ XGETTEXT="xgettext --force-po"
|
||||||
#debug
|
#debug
|
||||||
_debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo $@
|
echo "$@" 1>&2
|
||||||
$@
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user