diff options
author | makefu <root@pigstarter.de> | 2014-01-22 16:00:49 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-01-22 16:00:49 +0100 |
commit | 94d08d0c36a954dfec45fba80eae71bb198ccf80 (patch) | |
tree | 3ebaaa26f95ae8d02706a2f80ee671fcf1a7bef8 | |
parent | 2b4a7b09a5ea90cde39747f503ddc3cf030eb2aa (diff) |
fix broken 'strict' in ship/build
-rwxr-xr-x | ship/build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -43,8 +43,7 @@ EOF ## usage: #@strict -> build_strict_mode \1 build_strict_mode() { cat<<EOF $1a\\ -set -euf\\ -set -o posix || : +set -euf EOF } |