From a8c663f641142d7c83070dd5ab93e8eee2002714 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 21 Nov 1994 08:15:25 +0000 Subject: [PATCH] syntax error --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index 16693b1b9368..4550c4839c2e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.55 1994/11/20 23:31:36 wollman Exp $ +# $Id: Makefile,v 1.56 1994/11/21 04:14:30 phk Exp $ # # Evil floppies are, of course, 1.2MB floppies. @@ -201,7 +201,7 @@ tarballs: tar cf - . | \ ${ZIPNSPLIT} ${RELEASEDIR}/tarballs/$$i/$${i}.) ; \ ( cd ${RELEASEDIR}/tarballs/$${i}; sh -e ${.CURDIR}/mkchecksums.sh ) ; \ - cp ${.CURDIR}/extract.sh cd ${RELEASEDIR}/tarballs/$${i} ;\ + cp ${.CURDIR}/extract.sh ${RELEASEDIR}/tarballs/$${i} ;\ done .include