Modify debug output

This commit is contained in:
Neale Pickett 2011-01-06 22:08:00 -07:00
parent f2eea13f8e
commit 5dde54f056
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ text=$1; export text; shift
# $* is now args # $* is now args
# Debug output # Debug output
echo ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2 echo '>>>' ${pfx:+:}$pfx $command "$@" ${text:+:}"$text" 1>&2
raw () { raw () {
fmt="\007$1\n"; shift fmt="\007$1\n"; shift