Print errors to stderr

master
Ivan Zahariev 2016-10-17 22:50:39 +03:00 committed by GitHub
parent a739c5441b
commit 988aa4898e
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -16,8 +16,8 @@ elif [ "$_OS" == "Darwin" ]; then
fi
if [ "$TIME_CMD" == "" ]; then
echo "Unable to find the GNU time command."
echo "If you are on a non Linux OS such as Mac OS or *BSD you will need to install it separately."
echo "Unable to find the GNU time command." >&2
echo "If you are on a non-Linux OS such as Mac OS or *BSD you will need to install it separately." >&2
exit -1
fi