Added Logo
This commit is contained in:
7
build.sh
7
build.sh
@@ -21,7 +21,7 @@
|
||||
|
||||
Help()
|
||||
{
|
||||
echo "Bash script for building fennec from source."
|
||||
echo "Bash script for building fennec from source. By default, the build script executes in release mode."
|
||||
echo
|
||||
echo "GNU long options:"
|
||||
echo "--help (-h) = Print this help info."
|
||||
@@ -82,6 +82,11 @@ All()
|
||||
|
||||
# Main Program =========================================================================================================
|
||||
|
||||
if [[ $# -eq 0 ]] ; then
|
||||
Release
|
||||
exit 0
|
||||
fi
|
||||
|
||||
while [ "${1:-}" != '' ]; do
|
||||
case "$1" in
|
||||
'--debug' | '-d')
|
||||
|
||||
Reference in New Issue
Block a user