diff --git a/build.sh b/build.sh index 5d774fe7e527a436f8006f7be597cd7ea5020f24..718a36cd93bf0c6dbd10f176f3bc20ca965a6716 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"