Skip to content
Snippets Groups Projects
Commit 85438e67 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-418: Fix line-break problem; also explicitly request bash.

parent 05290004
No related branches found
No related tags found
No related merge requests found
#!/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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment