Use /bin/sh and exit immediately if a command fails.
This commit is contained in:
parent
032ba33ecf
commit
744cf727f0
@ -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
3
scripts/macos_post_build.sh
Normal file → Executable file
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
DST_FOLDER="./bin/Attorney_Online.app/Contents/Frameworks"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user