diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-09-07 10:31:54 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-09-07 10:31:54 +0000 |
commit | 22e96d488458c646b1aa39d81498163178a7e364 (patch) | |
tree | ca26d5881bd116d50d9360861e8867011fa0912b /misc | |
parent | Remove stale files. (diff) |
Fix typos wrt. Makefile variables like $FOO}
PR: ports/102833
Submitted by: Dmitry Marakasov
Diffstat (limited to 'misc')
-rw-r--r-- | misc/posixtestsuite/Makefile | 2 |
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> |