From 253d9f2c29df7717a987465d3f0bc2b2abc06ee3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 25 Oct 2004 12:23:47 +0000 Subject: [PATCH] * testsuite/config-guess.sh: Reduce recurring tabs into a single tab, to allow the test data to be better aligned in columns. --- ChangeLog | 5 +++++ testsuite/config-guess.sh | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f38187..169e9ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-25 Ben Elliston + + * testsuite/config-guess.sh: Reduce recurring tabs into a single + tab, to allow the test data to be better aligned in columns. + 2004-10-25 Ben Elliston Reported by Monty Solomon : diff --git a/testsuite/config-guess.sh b/testsuite/config-guess.sh index 53e82ef..3440a05 100644 --- a/testsuite/config-guess.sh +++ b/testsuite/config-guess.sh @@ -11,7 +11,8 @@ rc=0 export PATH=`pwd`:$PATH IFS=" " # tab -while read machine release system version triplet ; do +sed 's/ */ /g' < config-guess.data | + while read machine release system version triplet ; do sed \ -e "s/@MACHINE@/$machine/" \ -e "s/@RELEASE@/$release/" \ @@ -30,7 +31,7 @@ while read machine release system version triplet ; do continue fi $verbose && echo "PASS: $triplet" -done < config-guess.data +done if test $rc -eq 0 ; then $verbose || echo "PASS: config.guess checks"