v2.0.1
===================================================================== --- Bug Fixes ---------------------------- - rogue source on empty variable in main executable
This commit is contained in:
parent
eaefc99774
commit
f30eb7fb9e
2
scwrypts
2
scwrypts
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user