Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 398d983

Browse files
committed
Add set -e for OSX build scripts
1 parent 67c83c8 commit 398d983

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build-for-osx.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set -e
2+
13
mkdir -p build-osx/
24
pushd build-osx/
35
cmake -D SCAP_WORKBENCH_LOCAL_SCAN_ENABLED=false -D SCAP_AS_RPM_EXECUTABLE="" ../

osx-create-dmg.sh.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# Original by Andy Maloney
46
# http://asmaloney.com/2013/07/howto/packaging-a-mac-os-x-application-using-a-dmg/
57
# Changes specific to SCAP Workbench by Martin Preisler <[email protected]>

0 commit comments

Comments
 (0)