summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-01-04 15:27:31 -0500
committerNat Goodspeed <nat@lindenlab.com>2017-01-04 15:27:31 -0500
commit85438e6725c70ce8498dd16bf3afc265470ec983 (patch)
tree237d986c754dc425c46016bc33ff5e783477f0b9 /build.sh
parent052900045255ce903f081fd8b3d0f619f34df087 (diff)
DRTVWR-418: Fix line-break problem; also explicitly request bash.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 5d774fe7e5..718a36cd93 100755
--- a/build.sh
+++ b/build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# This is the custom build script for the viewer
#
@@ -119,7 +119,7 @@ pre_build()
-DGRID:STRING="\"$viewer_grid\"" \
-DLL_TESTS:BOOL="$run_tests" \
-DTEMPLATE_VERIFIER_OPTIONS:STRING="$template_verifier_options" $template_verifier_master_url \
- "${SIGNING[@]}"
+ "${SIGNING[@]}" \
|| fatal "$variant configuration failed"
end_section "Configure $variant"