]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Style.
authorRoy Marples <roy@marples.name>
Fri, 21 Apr 2017 22:33:46 +0000 (23:33 +0100)
committerRoy Marples <roy@marples.name>
Fri, 21 Apr 2017 22:33:46 +0000 (23:33 +0100)
configure

index b2dce672dbd52ca358ad62091b3b770e23bb426a..fbafab2cc141af01c0c667dba275b036eb196829 100755 (executable)
--- 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