fix stderr

This commit is contained in:
Marc Wäckerlin
2017-11-29 07:26:40 +00:00
parent 42a4e4fc72
commit 22b8002f9c

View File

@@ -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