diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-04-03 12:41:06 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2019-04-03 12:41:06 +0000 |
| commit | 8ba7de8e9b596228f13fb2adef3361d60115f1a7 (patch) | |
| tree | b7d6f6982625356da4dca859883dd2394de559a2 | |
| parent | c0c3d4170833bc111841cc0f4f1ed97283574942 (diff) | |
| download | mullvadvpn-8ba7de8e9b596228f13fb2adef3361d60115f1a7.tar.xz mullvadvpn-8ba7de8e9b596228f13fb2adef3361d60115f1a7.zip | |
Avoid passing parent script arguments to `env.sh`
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ RUSTC_VERSION=`rustc +stable --version` PRODUCT_VERSION=$(node -p "require('./gui/package.json').version" | sed -Ee 's/\.0//g') CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-"$SCRIPT_DIR/target"} -source env.sh +source env.sh "" if [[ "${1:-""}" != "--dev-build" ]]; then if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then |
