Skip to content

Commit

Permalink
add extra help
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 27, 2024
1 parent 432655a commit 82fa38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ mkdir -p build-aux
for sub in be20_api be20_api/dfxml_cpp
do
if [ ! -r src/$sub/.git ] ; then
echo submodule $sub is not present.
echo submodule $sub is not present.
echo When you did your original \'git pull\', did you remember to include the --recursive flag\?
exit 1
fi
done
Expand Down

0 comments on commit 82fa38e

Please sign in to comment.