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