aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/tools/virtualenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hyperterm/tools/virtualenv.sh')
-rw-r--r--hyperterm/tools/virtualenv.sh2
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"