From 65463c5913e38fff2d63958990263c7e4ad6ebee Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 5 May 2018 21:00:21 +1000 Subject: [PATCH] * config.sub: Pass the -r option to 'read'. --- ChangeLog | 4 ++++ config.sub | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0c212a2..dea1c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-05-05 Ben Elliston + + * config.sub: Pass the -r option to 'read'. + 2018-05-05 John Ericson * config.sub: Properly recognise configuration types with four diff --git a/config.sub b/config.sub index deb14e9..7ef21b7 100755 --- a/config.sub +++ b/config.sub @@ -111,7 +111,7 @@ case $# in esac # Spilt fields of configuration type -IFS="-" read field1 field2 field3 field4 <