From 0c3e7e9bd280cd218efdabdc0b0550c1c348ab46 Mon Sep 17 00:00:00 2001 From: Justin Findlay Date: Wed, 13 Apr 2016 13:11:04 -0600 Subject: [PATCH] disable source shellcheck --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index c9eab72..e7715f6 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1948,6 +1948,7 @@ __activate_virtualenv() { # Is virtualenv empty if [ -z "$VIRTUAL_ENV" ]; then __create_virtualenv || return 1 + # shellcheck source=/dev/null . "${_VIRTUALENV_DIR}/bin/activate" || return 1 echoinfo "Activated virtualenv ${_VIRTUALENV_DIR}" fi