mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* config.sub: Pass the -r option to 'read'.
This commit is contained in:
parent
50a0413a5b
commit
65463c5913
@ -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
2
config.sub
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user