fix stderr
This commit is contained in:
@@ -15,7 +15,7 @@ notice() {
|
||||
if test $# -eq 0; then
|
||||
return
|
||||
fi
|
||||
echo -e "\e[1m$*\e[0m" 1>&3
|
||||
echo -e "\e[1m$*\e[0m" 1>&2
|
||||
}
|
||||
|
||||
# write error message
|
||||
|
Reference in New Issue
Block a user