make-binary-wrapper: Add -euo pipefail to bash script

This commit is contained in:
Jacek Galowicz 2021-12-09 15:46:16 +00:00 committed by Tobias Bergkvist
parent b7e00ed89e
commit 87fcb7b79e

View File

@ -1,3 +1,6 @@
set -euo pipefail
# Assert that FILE exists and is executable
#
# assertExecutable FILE