From: Roy Marples Date: Fri, 2 Oct 2009 18:39:03 +0000 (+0000) Subject: Style config.h a little better. X-Git-Tag: v5.1.2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d7e6e829f9a6df00d3b10345411cec3280d6af;p=thirdparty%2Fdhcpcd.git Style config.h a little better. --- diff --git a/configure b/configure index 7275a6e3..ddec7ab0 100755 --- 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=