Compare commits

..

1 Commits

Author SHA1 Message Date
f30eb7fb9e v2.0.1
=====================================================================

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

- rogue source on empty variable in main executable
2022-07-01 22:17:20 -06:00

View File

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