forked from mirrors/nixpkgs
make-binary-wrapper: Add -euo pipefail to bash script
This commit is contained in:
parent
b7e00ed89e
commit
87fcb7b79e
|
@ -1,3 +1,6 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
# Assert that FILE exists and is executable
|
||||
#
|
||||
# assertExecutable FILE
|
||||
|
|
Loading…
Reference in a new issue