Skip to content

Commit

Permalink
echo errors to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jun 21, 2012
1 parent 85f8101 commit f6af8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CACHE_DIR=$2
LP_DIR=`cd $(dirname $0); cd ..; pwd`

function error() {
echo " ! $*"
echo " ! $*" >&2
exit 1
}

Expand Down

0 comments on commit f6af8d8

Please sign in to comment.