mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.sub: Direct diagnostic output to standard error.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
96a919bb3a
commit
653fbad91c
@ -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
2
config.sub
vendored
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user