Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
@dirrmtry should be quoted
Baptiste Daroussin committed 13 years ago
commit 4fd5d5c0e1254e117fb3adfefa28217fae1f1dbf
parent 16696320622057e710c8f571e65ccd5d25769291
1 file changed +1 -1
modified libpkg/pkg_old.c
@@ -155,7 +155,7 @@ pkg_old_emit_content(struct pkg *pkg, char **dest)
			    pkg_dir_path(dir));
		} else {
			sbuf_printf(content,
-
			    "@unexec /sbin/rmdir %s 2>/dev/null\n",
+
			    "@unexec /sbin/rmdir \"%s\" 2>/dev/null\n",
			    pkg_dir_path(dir));
		}
	}