Use /bin/sh and exit immediately if a command fails.

This commit is contained in:
nnoodle 2019-04-11 22:25:40 +07:00 committed by oldmud0
parent 032ba33ecf
commit 744cf727f0
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
#!/bin/sh
set -e
#assumes a somewhat recent 64-bit ubuntu

3
scripts/macos_post_build.sh Normal file → Executable file
View File

@ -1,4 +1,5 @@
#!/bin/bash
#!/bin/sh
set -e
DST_FOLDER="./bin/Attorney_Online.app/Contents/Frameworks"