aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-21 08:43:09 +0100
committerlemon <lsof@mailbox.org>2026-03-21 08:43:09 +0100
commitb24fb1b22277d34c8ab2be9f5cc103c5f0593d79 (patch)
tree9efe0e4f6f8ea08ec3dcaab454337c861a3b4115 /configure
parent7b498fbe343b9cb4c01cac10e09d72a3cf889837 (diff)
configure: sh shell conformance
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 344e4fe..873df82 100755
--- a/configure
+++ b/configure
@@ -72,7 +72,7 @@ esac
linkflags=
findgcclibdir () {
- : ${GCCLIBDIR:=$(dirname $(("$host"-gcc -print-file-name=crtbegin.o || $CC -print-file-name=crtbegin.o) 2>/dev/null))}
+ : ${GCCLIBDIR:=$(dirname "$("$host"-gcc -print-file-name=crtbegin.o 2>/devnull || $CC -print-file-name=crtbegin.o 2>/dev/null)")}
if ! test -n $GCCLIBDIR; then
die "cannot determine gcclibdir"
fi