mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* testsuite/config-guess.sh (run_config_guess): Do not prefix with
"function" as this is not permitted by POSIX. * testsuite/config-sub.sh (run_config_sub): Likewise.
This commit is contained in:
parent
4f1347ca0b
commit
284034f777
@ -1,3 +1,9 @@
|
|||||||
|
2007-07-25 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* testsuite/config-guess.sh (run_config_guess): Do not prefix with
|
||||||
|
"function" as this is not permitted by POSIX.
|
||||||
|
* testsuite/config-sub.sh (run_config_sub): Likewise.
|
||||||
|
|
||||||
2007-07-24 Ben Elliston <bje@gnu.org>
|
2007-07-24 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.guess: Remove trailing whitespace.
|
* config.guess: Remove trailing whitespace.
|
||||||
|
@ -10,7 +10,7 @@ verbose=false
|
|||||||
export PATH=`pwd`:$PATH
|
export PATH=`pwd`:$PATH
|
||||||
IFS=" " # tab
|
IFS=" " # tab
|
||||||
|
|
||||||
function run_config_guess ()
|
run_config_guess ()
|
||||||
{
|
{
|
||||||
rc=0
|
rc=0
|
||||||
while read machine release system version triplet ; do
|
while read machine release system version triplet ; do
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
verbose=false
|
verbose=false
|
||||||
|
|
||||||
function run_config_sub ()
|
run_config_sub ()
|
||||||
{
|
{
|
||||||
rc=0
|
rc=0
|
||||||
while read alias canonical ; do
|
while read alias canonical ; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user