* config.sub: Pass the -r option to 'read'.

This commit is contained in:
Ben Elliston 2018-05-05 21:00:21 +10:00
parent 50a0413a5b
commit 65463c5913
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-05-05 Ben Elliston <bje@gnu.org>
* config.sub: Pass the -r option to 'read'.
2018-05-05 John Ericson <john.ericson@obsidian.systems>
* config.sub: Properly recognise configuration types with four

2
config.sub vendored
View File

@ -111,7 +111,7 @@ case $# in
esac
# Spilt fields of configuration type
IFS="-" read field1 field2 field3 field4 <<EOF
IFS="-" read -r field1 field2 field3 field4 <<EOF
$1
EOF