Skip to content

Commit

Permalink
show getHelp when no parameter is passed to the builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Nov 18, 2024
1 parent dd5ebdb commit a294868
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ function builder_main() {

umask 066

if [ $# -eq 0 ]; then
getHelp
fi

while [ -n "${1}" ]
do
case "${1}" in
Expand Down

0 comments on commit a294868

Please sign in to comment.