aboutsummaryrefslogtreecommitdiff
path: root/misc/posixtestsuite/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-09-07 10:31:54 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-09-07 10:31:54 +0000
commit22e96d488458c646b1aa39d81498163178a7e364 (patch)
treeca26d5881bd116d50d9360861e8867011fa0912b /misc/posixtestsuite/Makefile
parent22b04f49dcdc1190928795b1b4012e457b74e2a5 (diff)
downloadports-22e96d488458c646b1aa39d81498163178a7e364.tar.gz
ports-22e96d488458c646b1aa39d81498163178a7e364.zip
Fix typos wrt. Makefile variables like $FOO}
PR: ports/102833 Submitted by: Dmitry Marakasov
Notes
Notes: svn path=/head/; revision=172464
Diffstat (limited to 'misc/posixtestsuite/Makefile')
-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>