Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
=====================================================================

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

- rogue source on empty variable in main executable
  • Loading branch information
wrynegade committed Jul 2, 2022
1 parent eaefc99 commit f30eb7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scwrypts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f30eb7f

Please sign in to comment.