From f8882ddbd7252ad3b62b03fa04399f0da3a211c4 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Tue, 26 Nov 2024 09:37:55 -0700 Subject: [PATCH] add init (thanks henry) --- mfc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mfc.sh b/mfc.sh index 027f22d940..9fb95ae61a 100755 --- a/mfc.sh +++ b/mfc.sh @@ -47,6 +47,10 @@ mkdir -p "$(pwd)/build" . "$(pwd)/toolchain/bootstrap/cmake.sh" . "$(pwd)/toolchain/bootstrap/python.sh" +if [ "$1" '==' 'init' ]; then + exit 0 +fi + echo # Run the main.py bootstrap script