Force debugging output to stderr
This commit is contained in:
parent
1700f12978
commit
72f8dc295f
|
@ -123,7 +123,7 @@ _deforaos_release()
|
||||||
#debug
|
#debug
|
||||||
_debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo "$@"
|
echo "$@" 1>&2
|
||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user