diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-03-19 12:00:17 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-03-22 09:33:09 +0100 |
| commit | b91a53282a73f01eff6afd369212e6e900e62ea7 (patch) | |
| tree | fc23cb1c7225a030f1fee8edf11349fd41e89499 /env.sh | |
| parent | 188d20b656446abe18ba83ab9283bd1ccc09a8ff (diff) | |
| download | mullvadvpn-b91a53282a73f01eff6afd369212e6e900e62ea7.tar.xz mullvadvpn-b91a53282a73f01eff6afd369212e6e900e62ea7.zip | |
Various shellsheck improvements
Diffstat (limited to 'env.sh')
| -rwxr-xr-x | env.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 )" |
