]> granicus.if.org Git - libexpat/commitdiff
qa.sh: Pass command line arguments to ./configure
authorPhilippe Antoine <contact@catenacyber.fr>
Sun, 28 Jul 2019 19:10:36 +0000 (21:10 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 28 Jul 2019 21:47:22 +0000 (23:47 +0200)
expat/qa.sh

index 50f97e109aeee764e18dc365cc3317406faffaa7..a5442c8459cbc2408ed7434c54ddec7ba9fe427c 100755 (executable)
@@ -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 "$@"
 }