]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorBruno Haible <bruno@clisp.org>
Sun, 16 Dec 2018 14:58:18 +0000 (15:58 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Dec 2018 14:58:18 +0000 (15:58 +0100)
build-aux/config.sub

index 46708056af382d6b4244f44ff5ee1441721dbd5d..a5081b8e0d1d3dff5c9a9fb1accf757c0c72cd90 100755 (executable)
@@ -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
                ;;