# HG changeset patch # User Rob Landley # Date 1278698581 18000 # Node ID eec0d43778cc1d1092d68b9ac115a96bf910874d # Parent cf680aa306b307ad73e8549206acde147bc7ea66 Output dienow's error message to stderr. diff -r cf680aa306b3 -r eec0d43778cc sources/utility_functions.sh --- a/sources/utility_functions.sh Thu Jul 08 10:55:45 2010 -0500 +++ b/sources/utility_functions.sh Fri Jul 09 13:03:01 2010 -0500 @@ -34,7 +34,7 @@ actually_dienow() { - echo -e "\n\e[31mExiting due to errors ($ARCH_NAME $STAGE_NAME $PACKAGE)\e[0m" + echo -e "\n\e[31mExiting due to errors ($ARCH_NAME $STAGE_NAME $PACKAGE)\e[0m" >&2 exit 1 }