From 9764df548dc38edf6644c949b25dc7afc9ef75fe Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 16 Dec 2018 22:42:25 +1100 Subject: [PATCH] Revert 2018-05-05 change. * config.sub: Don't pass the -r option to 'read'. Solaris 10 sh does not support -r. --- ChangeLog | 6 ++++++ config.sub | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2351394..7d3bdb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-16 Ben Elliston + + 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 * config.guess: No need to explicitly save $? in the EXIT trap diff --git a/config.sub b/config.sub index 4670805..a5081b8 100755 --- a/config.sub +++ b/config.sub @@ -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 <