Improved debugging information and uninstallation for some scripts
This commit is contained in:
parent
d12d1c8162
commit
0a9fe4faa8
|
@ -44,8 +44,8 @@ TOUCH="touch"
|
|||
#debug
|
||||
_debug()
|
||||
{
|
||||
echo $@ 1>&2
|
||||
$@
|
||||
echo "$@" 1>&2
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user