Skip to content

Commit cf249d3

Browse files
authored
add init (thanks henry) (#748)
1 parent 84355ee commit cf249d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mfc.sh

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ mkdir -p "$(pwd)/build"
4747
. "$(pwd)/toolchain/bootstrap/cmake.sh"
4848
. "$(pwd)/toolchain/bootstrap/python.sh"
4949

50+
if [ "$1" '==' 'init' ]; then
51+
exit 0
52+
fi
53+
5054
echo
5155

5256
# Run the main.py bootstrap script

0 commit comments

Comments
 (0)