fix source without arg source

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-02 00:40:42 +01:00
parent 5d9df7b7fd
commit 051e603907
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
# 8 - curl/wget missing # 8 - curl/wget missing
# 10 - not bash! # 10 - not bash!
# #
#### $$VERSION$$ v1.21-pre-18-g05b81ff #### $$VERSION$$ v1.21-pre-19-g5d9df7b
################################################################## ##################################################################
# emmbeded system may claim bash but it is not # emmbeded system may claim bash but it is not
@ -155,8 +155,8 @@ RUNUSER="${USER}" # USER is overwritten by bashbot array :-(, save original
# provide help # provide help
case "$1" in case "$1" in
""|"-h"*) printf "${ORANGE}Available commands: ${GREY}${BOTCOMMANDS}${NN}" ""|"-h"*) [ -z "${SOURCE}" ] && printf "${ORANGE}Available commands: ${GREY}${BOTCOMMANDS}${NN}" && exit
exit;; ;;
"--h"*) sed -nE -e '/(NOT EDIT)|(shellcheck)/d' -e '3,/###/p' <"$0" "--h"*) sed -nE -e '/(NOT EDIT)|(shellcheck)/d' -e '3,/###/p' <"$0"
exit;; exit;;
"help") HELP="${BASHBOT_HOME:-.}/README" "help") HELP="${BASHBOT_HOME:-.}/README"