Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
A little style change
Marin Atanasov Nikolov committed 15 years ago
commit a1cadbc6e67c6886266a424398926eef499ed9c9
parent 2c37416
1 file changed +1 -2
modified ports/pkg2ng
@@ -68,8 +68,7 @@ do
	test -n "${OPTIONS}" && CMD_ARGS="${CMD_ARGS} -O ${OPTIONS}"
		
	# register a package only if it's not registered already
-

-
	if pkg info -e ${ORIGIN}; then
+
	if $( pkg info -e ${ORIGIN} ); then
		echo "package is already registered."
	else
		pkg register -c "${COMMENT}" -d ${DESC} -p /usr/local -n ${PKG} \