=====================================================================

--- Bug Fixes ----------------------------

- rogue source on empty variable in main executable
This commit is contained in:
Wryn (yage) Wagner 2022-06-22 16:39:44 -06:00
parent eaefc99774
commit f30eb7fb9e

View File

@ -53,8 +53,6 @@ __RUN() {
local RUN_STRING=$(__GET_RUN_STRING $SCRIPT $ENV_NAME) local RUN_STRING=$(__GET_RUN_STRING $SCRIPT $ENV_NAME)
[ ! $RUN_STRING ] && exit 3 [ ! $RUN_STRING ] && exit 3
[ -f $_VIRTUALENV ] && source $_VIRTUALENV
########################################## ##########################################
local LOGFILE=$(__GET_LOGFILE $SCRIPT) local LOGFILE=$(__GET_LOGFILE $SCRIPT)