Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove '!' so that error messages readds grammatically.
Matthew Seaman committed 12 years ago
commit 9a2c746ae52318ea27a2fac2e37558e4fb8feaeb
parent 5ad1a4e3ba7f9c3f1355cfa468d16498d33626b5
1 file changed +1 -1
modified src/version.c
@@ -275,7 +275,7 @@ hash_indexfile(const char *indexfilename)

	indexfile = fopen(indexfilename, "r");
	if (!indexfile)
-
		err(EX_NOINPUT, "Unable to open %s!", indexfilename);
+
		err(EX_NOINPUT, "Unable to open %s", indexfilename);

	while (getline(&line, &linecap, indexfile) > 0) {
		/* line is pkgname|portdir|... */