Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
$pkg_version will usually contain whitespace
Matthew Seaman committed 12 years ago
commit 2d7abb65d7a42db8b1033580c19dfcc940fb65fa
parent ef2def4
1 file changed +1 -1
modified scripts/sbin/pkg2ng.in
@@ -77,7 +77,7 @@ if [ "${periodic_update}" = "yes" ]; then
    # the ports tree or the ports INDEX if they exist in preference to
    # the pkg repository catalogue.

-
    if [ ${pkg_version} = 'pkg_version' ]; then
+
    if [ "$pkg_version" = 'pkg_version' ]; then
	echo "pkg_version='__PREFIX__/sbin/pkg version'"
    fi