diff options
-rwxr-xr-x | scripts/wrap-compiler-for-flag-check | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/wrap-compiler-for-flag-check b/scripts/wrap-compiler-for-flag-check index ee1100c..b014f11 100755 --- a/scripts/wrap-compiler-for-flag-check +++ b/scripts/wrap-compiler-for-flag-check | |||
@@ -1,5 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # This file is in the public domain. | ||
4 | # https://github.com/kmcallister/autoharden/blob/c5c7842f39c2f8d19836bb5427d6479db4436d62/LICENSE | ||
5 | # | ||
3 | # From kmcallister: | 6 | # From kmcallister: |
4 | # https://github.com/kmcallister/autoharden/blob/efaf5a16612589808c276a11536ea9a47071f74b/scripts/wrap-compiler-for-flag-check | 7 | # https://github.com/kmcallister/autoharden/blob/efaf5a16612589808c276a11536ea9a47071f74b/scripts/wrap-compiler-for-flag-check |
5 | 8 | ||
@@ -10,7 +13,6 @@ | |||
10 | # Ideally the search string would also include 'clang: ' but this output might | 13 | # Ideally the search string would also include 'clang: ' but this output might |
11 | # depend on clang's argv[0]. | 14 | # depend on clang's argv[0]. |
12 | # | 15 | # |
13 | # This file is in the public domain. | ||
14 | set -o errexit | 16 | set -o errexit |
15 | set -o nounset | 17 | set -o nounset |
16 | 18 | ||