* 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:
Ben Elliston 2007-07-25 04:18:42 +00:00
parent 4f1347ca0b
commit 284034f777
3 changed files with 8 additions and 2 deletions

View File

@ -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>
* config.guess: Remove trailing whitespace.

View File

@ -10,7 +10,7 @@ verbose=false
export PATH=`pwd`:$PATH
IFS=" " # tab
function run_config_guess ()
run_config_guess ()
{
rc=0
while read machine release system version triplet ; do

View File

@ -9,7 +9,7 @@
verbose=false
function run_config_sub ()
run_config_sub ()
{
rc=0
while read alias canonical ; do