* 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

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*)