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

main
Jacek Galowicz 3 years ago committed by Tobias Bergkvist
parent b7e00ed89e
commit 87fcb7b79e
  1. 3
      pkgs/build-support/setup-hooks/make-binary-wrapper.sh

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

Loading…
Cancel
Save