* 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

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