* 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

@ -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