diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-07-06 09:45:33 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-07-06 09:45:33 +0100 |
| commit | 1f9f024f43cd9ce67631eb4e50cb4e87c817ae55 (patch) | |
| tree | a5d35d995398546b20e84e95954f677a4c6affca /build.sh | |
| parent | 6901311224f274620e723b26e20a418b34843d95 (diff) | |
| parent | 94860e6ec30d7978e9339b34bcb661e035ae4901 (diff) | |
| download | mullvadvpn-1f9f024f43cd9ce67631eb4e50cb4e87c817ae55.tar.xz mullvadvpn-1f9f024f43cd9ce67631eb4e50cb4e87c817ae55.zip | |
Merge branch 'fix-env-and-build-scripts'
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ set -eu SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )" RUSTC_VERSION=`rustc +stable --version` PRODUCT_VERSION=$(node -p "require('./package.json').version" | sed -Ee 's/\.0//g') +source env.sh if [[ "${1:-""}" != "--dev-build" ]]; then |
