Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix a fmake/bmake incomatibility leading to a warning, while remove the useless subshell
Baptiste Daroussin committed 12 years ago
commit 8c02f9286d56e6b0b92650681747c9626a7022a8
parent 5f1dd3045113642c9dfab0afead83691078f819b
1 file changed +1 -1
modified Makefile
@@ -10,7 +10,7 @@ NEWVERS= newvers.sh
SUBDIR+=	pkg-static
.endif

-
ATF_INSTALLED!=	( which atf-version ) 2>&1 || true
+
ATF_INSTALLED!=	which atf-version 2>&1 || echo

.if !empty(ATF_INSTALLED)
SUBDIR+=	tests