Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Better like this :)
Baptiste Daroussin committed 14 years ago
commit ca0b8b424015905fc5666e890a1686a0e472a6d3
parent 4c06fe4b1712bdac9e9c1c990fb757a3be0c792a
1 file changed +1 -1
modified pkg/autoremove.c
@@ -86,7 +86,7 @@ exec_autoremove(int argc, char **argv)
	}

	if (pkg_jobs_isempty(jobs)) {
-
		printf("Nothing to do");
+
		printf("Nothing to do\n");
		retcode = 0;
		goto cleanup;
	}