summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-12-16 15:58:18 +0100
committerBruno Haible <bruno@clisp.org>2018-12-16 15:58:18 +0100
commit42c5ff0faeae530372878295c580c2ffe5bf5184 (patch)
tree67f1aa6af637060dd06e703dd98784f27d3e9e96 /build-aux/config.sub
parent509a02974a0b22a8c2a05a8dcd4ac7d2e6d9152a (diff)
downloadgnulib-42c5ff0faeae530372878295c580c2ffe5bf5184.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 46708056af..a5081b8e0d 100755
--- a/build-aux/config.sub
+++ b/build-aux/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 <<EOF
+IFS="-" read field1 field2 field3 field4 <<EOF
$1
EOF
@@ -918,7 +918,7 @@ case $basic_machine in
;;
*-*)
- IFS="-" read -r cpu vendor <<EOF
+ IFS="-" read cpu vendor <<EOF
$basic_machine
EOF
;;