diff options
| author | Linus Färnstrand <faern@faern.net> | 2021-11-17 11:34:13 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-11-18 13:48:13 +0100 |
| commit | a69c5b0ef56c93609b7ec37128be140a4b11632a (patch) | |
| tree | 7d84f0da827a197e25290faaab2570cfbfa38737 | |
| parent | 4f2773bfb23d2b7f357e093ec82cf0682a6ba465 (diff) | |
| download | mullvadvpn-a69c5b0ef56c93609b7ec37128be140a4b11632a.tar.xz mullvadvpn-a69c5b0ef56c93609b7ec37128be140a4b11632a.zip | |
Add missing shebang
| -rwxr-xr-x | build_windows_modules.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_windows_modules.sh b/build_windows_modules.sh index 221ee662fb..b90ebe8078 100755 --- a/build_windows_modules.sh +++ b/build_windows_modules.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + set -eu # List of solution configurations to build. |
