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:
@ -9,7 +9,7 @@
|
||||
|
||||
verbose=false
|
||||
|
||||
function run_config_sub ()
|
||||
run_config_sub ()
|
||||
{
|
||||
rc=0
|
||||
while read alias canonical ; do
|
||||
|
Reference in New Issue
Block a user