Force debugging output to stderr

This commit is contained in:
Pierre Pronchery 2012-10-08 22:39:32 +00:00
parent 1700f12978
commit 72f8dc295f

View File

@ -123,7 +123,7 @@ _deforaos_release()
#debug
_debug()
{
echo "$@"
echo "$@" 1>&2
"$@"
}