* config.sub: Direct diagnostic output to standard error.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Peter Kokot 2018-10-20 20:34:28 +11:00 committed by Ben Elliston
parent 96a919bb3a
commit 653fbad91c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-10-20 Peter Kokot <peterkokot@gmail.com>
* config.sub: Direct diagnostic output to standard error.
2018-10-17 Urs Janßen <urs@tin.org>
* config.sub: Fix comment typos.

2
config.sub vendored
View File

@ -89,7 +89,7 @@ while test $# -gt 0 ; do
- ) # Use stdin as input.
break ;;
-* )
echo "$me: invalid option $1$help"
echo "$me: invalid option $1$help" >&2
exit 1 ;;
*local*)