bootstrap: return errors to stderr

This commit is contained in:
Steve Lhomme 2019-05-03 12:32:58 +02:00
parent 8725235b38
commit 8f99d6b084
1 changed files with 2 additions and 2 deletions

View File

@ -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