Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix a fmake/bmake incomatibility leading to a warning, while remove the useless subshell
Baptiste Daroussin committed 12 years ago
commit 8c02f9286d56e6b0b92650681747c9626a7022a8
parent 5f1dd30
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