Add several programs to the bootstrap program for the stand alone build.
Fix a comment.
# This is not intended to provide any extensive or thorough error handling.
#
# This script can also be run under zsh rather than bash by setting the environment variable SHELL_ENGINE to "zsh", such as:
-# SHELL_ENGINE="zsh" zsh ./bootstrap-example.sh --help
+# SHELL_ENGINE="zsh" zsh ./bootstrap-example.sh
#
if [[ ${SHELL_ENGINE} == "zsh" ]] ; then
fi
# The following in an example on building individual projects.
-for mode_part in fake utf8 ; do
+for mode_part in byte_dump example fake firewall utf8 ; do
if [[ ${1} == "${mode_part}-individual" || ${1} == "${mode_part}-level" || ${1} == "${mode_part}-monolithic" || ${1} == "${mode_part}-stand_alone" ]] ; then
break;
fi