mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 04:38:20 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user