summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-04-21 23:33:46 +0100
committerRoy Marples <roy@marples.name>2017-04-21 23:33:46 +0100
commit5c33e84e390728df6a33aadbaddd40d51bedca29 (patch)
treeb233ecadccf31f12660b9c5a9d29dd2a8cf9d321 /configure
parent4342acad46a0a702ce1e33249dc7aa439e0e6da8 (diff)
downloaddhcpcd-5c33e84e390728df6a33aadbaddd40d51bedca29.tar.xz
Style.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b2dce672..fbafab2c 100755
--- a/configure
+++ b/configure
@@ -512,7 +512,7 @@ if ! $_CC; then
echo "$CC does not create executables" >&2
exit 1
fi
-[ "$CC" != cc ] && echo "CC= $CC" >>$CONFIG_MK
+[ "$CC" != cc ] && echo "CC= $CC" >>$CONFIG_MK
$CC --version | $SED -e '1!d'
if [ -z "$EMBEDDED" -o "$EMBEDDED" = yes ]; then