aboutsummaryrefslogtreecommitdiffstats
path: root/misc/posixtestsuite
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-09-07 18:31:54 +0800
committervs <vs@FreeBSD.org>2006-09-07 18:31:54 +0800
commit7935523ba3ebf48b35fe07360574ba1c18f287b1 (patch)
tree7c4938f106f99275ea4a372ff3c9de43b04a5cef /misc/posixtestsuite
parentc62285787287f7506cbc135a283373ac2e459166 (diff)
downloadfreebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.tar.gz
freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.tar.zst
freebsd-ports-gnome-7935523ba3ebf48b35fe07360574ba1c18f287b1.zip
Fix typos wrt. Makefile variables like $FOO}
PR: ports/102833 Submitted by: Dmitry Marakasov
Diffstat (limited to 'misc/posixtestsuite')
-rw-r--r--misc/posixtestsuite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile
index 2c8e694c7265..61758f23a122 100644
--- a/misc/posixtestsuite/Makefile
+++ b/misc/posixtestsuite/Makefile
@@ -96,7 +96,7 @@ run: aclean rerun
regression: run
@${ECHO} "Show regression log..."
@(cd ${WRKSRC} && diff -u ${FILESDIR}/${REGR_LOG} ${RUN_RESULT}) > ${LOCAL_REGR_LOG}
- @[ -z ${LOCAL_REGR_LOG ] || ( ${ECHO} "No regression detected"; exit 0 )
+ @[ -z ${LOCAL_REGR_LOG} ] || ( ${ECHO} "No regression detected"; exit 0 )
@${ECHO} "Regression log stored at ${LOCAL_REGR_LOG}"
.include <bsd.port.post.mk>