From 689d9245f82a147eddffe5f61e3120bd9d767ef6 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Sun, 28 Jul 2019 21:10:36 +0200 Subject: [PATCH] qa.sh: Pass command line arguments to ./configure --- expat/qa.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/qa.sh b/expat/qa.sh index 50f97e10..a5442c84 100755 --- a/expat/qa.sh +++ b/expat/qa.sh @@ -152,7 +152,7 @@ run() { populate_environment dump_config - run_configure + run_configure "$@" run_compile run_tests run_processor @@ -231,7 +231,7 @@ main() { process_config - run + run "$@" } -- 2.40.0