From 58183fc7b0c2bb94eece890d388c758d81b2f14b Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 21 Jun 1997 15:45:51 +0000 Subject: [PATCH] Whoops, get the proper rev of this. --- release/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release/Makefile b/release/Makefile index 14175b6fd0b2..28a28bfeb517 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.299 1997/06/12 09:23:54 jkh Exp $ +# $Id: Makefile,v 1.300 1997/06/21 15:41:55 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -297,8 +297,8 @@ release.5: @for i in ${DISTRIBUTIONS}; do \ if [ -f ${.CURDIR}/scripts/$${i}-make.sh ]; then \ echo -n "Running $$i dist creation script... "; \ - env RD=${RD} sh ${.CURDIR}/scripts/$${i}-make.sh || echo "$$i distribution script returned bad status." ; \ - echo "Done." + env RD=${RD} sh ${.CURDIR}/scripts/$${i}-make.sh || echo "$$i distribution script returned bad status."; \ + echo "Done."; \ fi \ done \