mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
* testsuite/config-guess.sh: Reduce recurring tabs into a single
tab, to allow the test data to be better aligned in columns.
This commit is contained in:
parent
0ed13fdc92
commit
253d9f2c29
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-25 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* 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 <bje@gnu.org>
|
2004-10-25 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
Reported by Monty Solomon <monty@roscom.com>:
|
Reported by Monty Solomon <monty@roscom.com>:
|
||||||
|
@ -11,7 +11,8 @@ rc=0
|
|||||||
export PATH=`pwd`:$PATH
|
export PATH=`pwd`:$PATH
|
||||||
IFS=" " # tab
|
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 \
|
sed \
|
||||||
-e "s/@MACHINE@/$machine/" \
|
-e "s/@MACHINE@/$machine/" \
|
||||||
-e "s/@RELEASE@/$release/" \
|
-e "s/@RELEASE@/$release/" \
|
||||||
@ -30,7 +31,7 @@ while read machine release system version triplet ; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
$verbose && echo "PASS: $triplet"
|
$verbose && echo "PASS: $triplet"
|
||||||
done < config-guess.data
|
done
|
||||||
|
|
||||||
if test $rc -eq 0 ; then
|
if test $rc -eq 0 ; then
|
||||||
$verbose || echo "PASS: config.guess checks"
|
$verbose || echo "PASS: config.guess checks"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user