diff options
Diffstat (limited to 'hyperterm/tools')
-rw-r--r-- | hyperterm/tools/virtualenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/tools/virtualenv.sh b/hyperterm/tools/virtualenv.sh index c0bb5db..17fd119 100644 --- a/hyperterm/tools/virtualenv.sh +++ b/hyperterm/tools/virtualenv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 # Python virtualenv function activate() { source "$1/bin/activate" |