aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-18 07:56:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-18 07:56:39 +0200
commit65878aa07452b45c3f17c3ab15508400edd46476 (patch)
tree7a49e17ecd40552d9c090fb85db9d2fa6bcc63a0 /configure.sh
parente0f9f9929d80d2c21ae1996b437d9209d498956b (diff)
downloadnissy-core-65878aa07452b45c3f17c3ab15508400edd46476.tar.gz
nissy-core-65878aa07452b45c3f17c3ab15508400edd46476.zip
Some shellcheck
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
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
7grepsan() { 7grepsan() {
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
11detectthreads() { 11detectthreads() {

Generated with cgit - Back to sebastiano.tronto.net