Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix dirrmtry action in keyword being properly mapped to dirrmty function
Baptiste Daroussin committed 11 years ago
commit fc62bb5bc4548e087dea442a8d0394547a93b96c
parent bac674268b78097ebf1e2b6d53fd2af466f0157d
1 file changed +1 -1
modified libpkg/pkg_ports.c
@@ -112,7 +112,7 @@ static struct action_cmd {
} list_actions[] = {
	{ "setprefix", setprefix },
	{ "dirrm", dirrm },
-
	{ "dirrmtry", dirrm },
+
	{ "dirrmtry", dirrmtry },
	{ "file", file },
	{ "setmode", setmod },
	{ "setowner", setowner },