set MYSHELLCONFIG_DEBUG default if not set

This commit is contained in:
Jakobus Schürz 2020-09-11 08:58:33 +02:00
parent c7f94cf8fa
commit b811d7b41a

View file

@ -3,6 +3,7 @@
# set SSHS to false, if not set
if [ -z ${SSHS+x} ]; then SSHS=false;fi
if [ -z ${MYSHELLCONFIG_DEBUG+x} ]; then MYSHELLCONFIG_DEBUG=false;fi
# check if we are a interactive shell
# https://guide.bash.academy/expansions/