From 3421eb5c7aad702dd8b40b972cc1f3f4f0690cf5 Mon Sep 17 00:00:00 2001 From: wilko Date: Sun, 23 Jan 2000 10:03:21 +0000 Subject: [PATCH] missing ] in if at cdrom.1 target --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 490a1f1457c7..9ada74f99f99 100644 --- a/release/Makefile +++ b/release/Makefile @@ -562,7 +562,7 @@ cdrom.1: @echo "CD_VERSION = ${BUILDNAME}" > ${CD_DISC1}/cdrom.inf @echo "CD_VERSION = ${BUILDNAME}" > ${CD_DISC2}/cdrom.inf @for i in ${DIST_DOCS}; do \ - if [ -f ${.CURDIR}/texts/$${i}; then \ + if [ -f ${.CURDIR}/texts/$${i} ]; then \ cp ${.CURDIR}/texts/$${i} ${CD_DISC1}; \ fi; \ if [ -f ${.CURDIR}/texts/${MACHINE_ARCH}/$${i} ]; then \