mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
Revert 2018-05-05 change.
* config.sub: Don't pass the -r option to 'read'. Solaris 10 sh does not support -r.
This commit is contained in:
parent
c262b492d5
commit
9764df548d
@ -1,3 +1,9 @@
|
||||
2018-12-16 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Revert 2018-05-05 change.
|
||||
* config.sub: Don't pass the -r option to 'read'. Solaris 10 sh
|
||||
does not support -r.
|
||||
|
||||
2018-12-07 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess: No need to explicitly save $? in the EXIT trap
|
||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2018 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2018-11-28'
|
||||
timestamp='2018-12-16'
|
||||
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
@ -111,7 +111,7 @@ case $# in
|
||||
esac
|
||||
|
||||
# Split fields of configuration type
|
||||
IFS="-" read -r field1 field2 field3 field4 <<EOF
|
||||
IFS="-" read field1 field2 field3 field4 <<EOF
|
||||
$1
|
||||
EOF
|
||||
|
||||
@ -918,7 +918,7 @@ case $basic_machine in
|
||||
;;
|
||||
|
||||
*-*)
|
||||
IFS="-" read -r cpu vendor <<EOF
|
||||
IFS="-" read cpu vendor <<EOF
|
||||
$basic_machine
|
||||
EOF
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user