From: Roy Marples Date: Tue, 8 Jan 2008 10:03:18 +0000 (+0000) Subject: Style X-Git-Tag: v3.2.3~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926831076b3f982c1fd047b0e18b4f9ec4b9df5a;p=thirdparty%2Fdhcpcd.git Style --- diff --git a/mk/dist.mk b/mk/dist.mk index 00bfd930..146675d7 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -7,4 +7,4 @@ DISTFILE?= ${PROG}-${VERSION}.tar.bz2 CLEANFILES+= ${DISTFILE} dist: - git archive ${GITREF} | bzip2 >${DISTFILE} + git archive ${GITREF} | bzip2 > ${DISTFILE}