Browse Source

bootstrap: return errors to stderr

pull/91/head
Steve Lhomme 7 years ago
parent
commit
8f99d6b084
  1. 4
      bootstrap

4
bootstrap

@ -12,8 +12,8 @@ set -e
cd "$(dirname "$0")"
if test "$#" != "0"; then
echo "Usage: $0"
echo " Calls autoreconf to generate m4 macros and prepare Makefiles."
echo "Usage: $0" >&2
echo " Calls autoreconf to generate m4 macros and prepare Makefiles." >&2
exit 1
fi

Loading…
Cancel
Save