mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 20:58:22 +12:00
Fix unrecognized os error message.
This commit is contained in:
2
config.sub
vendored
2
config.sub
vendored
@ -596,7 +596,7 @@ case $os in
|
||||
;;
|
||||
*)
|
||||
# Get rid of the `-' at the beginning of $os.
|
||||
os=`echo $1 | sed 's/[^-]*-//'`
|
||||
os=`echo $os | sed 's/[^-]*-//'`
|
||||
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
|
||||
exit 1
|
||||
;;
|
||||
|
Reference in New Issue
Block a user