mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +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>
|
2018-05-05 John Ericson <john.ericson@obsidian.systems>
|
||||||
|
|
||||||
* config.sub: Properly recognise configuration types with four
|
* config.sub: Properly recognise configuration types with four
|
||||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -111,7 +111,7 @@ case $# in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Spilt fields of configuration type
|
# Spilt fields of configuration type
|
||||||
IFS="-" read field1 field2 field3 field4 <<EOF
|
IFS="-" read -r field1 field2 field3 field4 <<EOF
|
||||||
$1
|
$1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user