summaryrefslogtreecommitdiffhomepage
path: root/env.sh
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-03-19 12:00:17 +0100
committerLinus Färnstrand <linus@mullvad.net>2021-03-22 09:33:09 +0100
commitb91a53282a73f01eff6afd369212e6e900e62ea7 (patch)
treefc23cb1c7225a030f1fee8edf11349fd41e89499 /env.sh
parent188d20b656446abe18ba83ab9283bd1ccc09a8ff (diff)
downloadmullvadvpn-b91a53282a73f01eff6afd369212e6e900e62ea7.tar.xz
mullvadvpn-b91a53282a73f01eff6afd369212e6e900e62ea7.zip
Various shellsheck improvements
Diffstat (limited to 'env.sh')
-rwxr-xr-xenv.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/env.sh b/env.sh
index ea60f3781b..a1b9ae59ef 100755
--- a/env.sh
+++ b/env.sh
@@ -1,3 +1,5 @@
+# shellcheck shell=bash
+#
# Sourcing this file should set up the environment to build the app
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"