diff --git a/bootstrap b/bootstrap index 3c86f2f..af50f77 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,18 @@ #!/bin/sh +# Check that the repository is properly set up +if [ ! -x "./lol/bootstrap" ]; then +cat << EOF +Error: cannot execute lol/bootstrap + +Did you configure the Lol Engine submodule? The following may help: + + git submodule update --init --recursive + +EOF + exit 1 +fi + # Bootstrap this project first, using the Lol Engine script ./lol/bootstrap diff --git a/lol b/lol index e277059..99c8c23 160000 --- a/lol +++ b/lol @@ -1 +1 @@ -Subproject commit e2770595450f709f2b841299ef6a1b7d5fa79a76 +Subproject commit 99c8c2353e082b20cf8d6f2a5501331dfc2a54ca