Add @ before the shell invocation for the testing of sufficiently new sh.

No need to see this message twice.
This commit is contained in:
Warner Losh 2003-08-25 18:30:06 +00:00
parent 533b7cef1e
commit e4df6a7dca

View File

@ -391,7 +391,7 @@ installcheck:
.if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \
(!defined(DESTDIR) || empty(DESTDIR) || ${DESTDIR} == "/")
@echo "Checking to see if your booted kernel is fresh enough.."
${.OBJDIR}/bin/sh/sh -c \
@${.OBJDIR}/bin/sh/sh -c \
'echo "Testing installed kernel for new sigaction(2) syscall"'
@echo "Seems ok.."
.endif