]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Style config.h a little better.
authorRoy Marples <roy@marples.name>
Fri, 2 Oct 2009 18:39:03 +0000 (18:39 +0000)
committerRoy Marples <roy@marples.name>
Fri, 2 Oct 2009 18:39:03 +0000 (18:39 +0000)
configure

index 7275a6e336d231a06ee222a24b94889595a5045a..ddec7ab00c90ef8e073a6739623083bc65d4019b 100755 (executable)
--- a/configure
+++ b/configure
@@ -82,7 +82,7 @@ echo "/* $OS */" >$CONFIG_H
 for x in SYSCONFDIR SBINDIR LIBEXECDIR DBDIR RUNDIR; do
        # Make files look nice for import
        l=$((10 - ${#x}))
-       if [ $l -gt 3 ]; then
+       if [ $l -gt 2 ]; then
                t="     "
        else
                t=