aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFrancesco Valla <valla.francesco@gmail.com>2018-06-04 08:25:56 +0200
committerRob Landley <rob@landley.net>2018-08-03 10:41:22 -0500
commit7335fe79284725ef6356d14f39db3539b28f52b1 (patch)
treec5f57bacc4e74c51fc8ad8654c11ab1f3ab4f1cc /configure
parent5e940c3806f5a1d5191ef35cc5bf2420b59d3059 (diff)
downloadtoybox-7335fe79284725ef6356d14f39db3539b28f52b1.tar.gz
configure: fix typo
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a9b88976..58e754ad 100755
--- a/configure
+++ b/configure
@@ -28,7 +28,7 @@ CFLAGS="$CFLAGS -funsigned-char"
# you call scripts/make.sh and friends directly.
[ -z "$CC" ] && CC=cc
-[ -z "$STRIP" ] & STRIP=strip
+[ -z "$STRIP" ] && STRIP=strip
# If HOSTCC needs CFLAGS or LDFLAGS, just add them to the variable
# ala HOSTCC="blah-cc --static"