Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove '!' so that error messages readds grammatically.
Matthew Seaman committed 12 years ago
commit 9a2c746ae52318ea27a2fac2e37558e4fb8feaeb
parent 5ad1a4e
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|... */