From a294868bbf36ef291630554da151c5080e060325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Anguita=20L=C3=B3pez?= Date: Mon, 18 Nov 2024 13:22:01 +0100 Subject: [PATCH] show getHelp when no parameter is passed to the builder script --- builder.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builder.sh b/builder.sh index 1ef03bf..9b9cc02 100755 --- a/builder.sh +++ b/builder.sh @@ -198,6 +198,10 @@ function builder_main() { umask 066 + if [ $# -eq 0 ]; then + getHelp + fi + while [ -n "${1}" ] do case "${1}" in