Commit f6af8d88 authored by David Dollar's avatar David Dollar

echo errors to stderr

parent 85f81019
......@@ -20,7 +20,7 @@ CACHE_DIR=$2
LP_DIR=`cd $(dirname $0); cd ..; pwd`
function error() {
echo " ! $*"
echo " ! $*" >&2
exit 1
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment