all messages on stderr

This commit is contained in:
Gavin Li 2014-07-20 13:30:09 -07:00
parent aa951dec01
commit 736ed83726
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ run_from_file() {
exec /bin/bash ${t} "$@" </dev/fd/2
else
rm -f ${t}
echo "Direct execution not supported with this shell ($_)."
echo "Please try bash instead."
echo "Direct execution not supported with this shell ($_)." >&2
echo "Please try bash instead." >&2
exit 1
fi
}