Skip to content

Commit

Permalink
cleaner quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 27, 2024
1 parent 82fa38e commit 1cde4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for sub in be20_api be20_api/dfxml_cpp
do
if [ ! -r src/$sub/.git ] ; then
echo submodule $sub is not present.
echo When you did your original \'git pull\', did you remember to include the --recursive flag\?
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 1cde4d5

Please sign in to comment.