Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Don't trash $weekly_status_pkg_enable if both $weekly_status_pkg_enable and the deprecated $weekly_status_pkgng_enable are both enabled.
Matthew Seaman committed 11 years ago
commit 5c21e073462a58e37b1ffc707e2a219ebd4961b1
parent af32f02
1 file changed +1 -1
modified scripts/periodic/400.status-pkg.in
@@ -86,7 +86,7 @@ status_pkg_all() {

case "$weekly_status_pkgng_enable" in
        [Yy][Ee][Ss])
-
	weekly_status_pkg_enable="$weekly_status_pkgng_enable"
+
	: ${weekly_status_pkg_enable="$weekly_status_pkgng_enable"}
	;;
esac