From 1e89e5bf9c82d01beb57ba2b9b694db75dc35194 Mon Sep 17 00:00:00 2001 From: Taylor Hoff Date: Wed, 8 May 2019 04:23:17 -0400 Subject: Pass command line arguments from build_all.sh to build.sh (#11195) --- build_all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_all.sh') diff --git a/build_all.sh b/build_all.sh index 333814d62..e22facc1b 100644 --- a/build_all.sh +++ b/build_all.sh @@ -17,14 +17,14 @@ build_nim_csources(){ ## avoid changing dir in case of failure ( echo_run cd csources - echo_run sh build.sh + echo_run sh build.sh $@ ) # keep $nim_csources in case needed to investigate bootstrap issues # without having to rebuild from csources echo_run cp bin/nim $nim_csources } -[ -f $nim_csources ] || echo_run build_nim_csources +[ -f $nim_csources ] || echo_run build_nim_csources $@ # Note: if fails, may need to `cd csources && git pull` echo_run bin/nim c --skipUserCfg --skipParentCfg koch -- cgit 1.4.1-2-gfad0