diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-18 07:56:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-18 07:56:39 +0200 |
| commit | 65878aa07452b45c3f17c3ab15508400edd46476 (patch) | |
| tree | 7a49e17ecd40552d9c090fb85db9d2fa6bcc63a0 /configure.sh | |
| parent | e0f9f9929d80d2c21ae1996b437d9209d498956b (diff) | |
| download | nissy-core-65878aa07452b45c3f17c3ab15508400edd46476.tar.gz nissy-core-65878aa07452b45c3f17c3ab15508400edd46476.zip | |
Some shellcheck
Diffstat (limited to 'configure.sh')
| -rwxr-xr-x | configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh index 03873e5..06688e8 100755 --- a/configure.sh +++ b/configure.sh | |||
| @@ -5,7 +5,7 @@ greparch() { | |||
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | grepsan() { | 7 | grepsan() { |
| 8 | $CC -fsanitize=$1 -dM -E -x c - </dev/null 2>/dev/null | grep "SANITIZE" | 8 | $CC -fsanitize="$1" -dM -E -x c - </dev/null 2>/dev/null | grep "SANITIZE" |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | detectthreads() { | 11 | detectthreads() { |
