diff options
Diffstat (limited to 'ship')
| -rwxr-xr-x | ship/build | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -43,7 +43,8 @@ EOF  ## usage: #@strict -> build_strict_mode \1  build_strict_mode() { cat<<EOF  $1a\\ -set -euf +set -euf\\ +(set -o posix 2>/dev/null) && set -o posix || :  EOF  } | 
