From f30eb7fb9e2420ee64307fc57bc3d71000e45e98 Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 22 Jun 2022 16:39:44 -0600 Subject: [PATCH] v2.0.1 ===================================================================== --- Bug Fixes ---------------------------- - rogue source on empty variable in main executable --- scwrypts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scwrypts b/scwrypts index a0c45c8..978407b 100755 --- a/scwrypts +++ b/scwrypts @@ -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)