summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/info/perform.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/files/info/perform.c')
-rw-r--r--pkgtools/pkg_install/files/info/perform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/info/perform.c b/pkgtools/pkg_install/files/info/perform.c
index 6b2a162815e..34b3d40336a 100644
--- a/pkgtools/pkg_install/files/info/perform.c
+++ b/pkgtools/pkg_install/files/info/perform.c
@@ -1,4 +1,4 @@
-/* $NetBSD: perform.c,v 1.18 2004/12/29 12:16:56 agc Exp $ */
+/* $NetBSD: perform.c,v 1.19 2005/02/04 01:19:04 jlam Exp $ */
#if HAVE_CONFIG_H
#include "config.h"
@@ -11,7 +11,7 @@
#if 0
static const char *rcsid = "from FreeBSD Id: perform.c,v 1.23 1997/10/13 15:03:53 jkh Exp";
#else
-__RCSID("$NetBSD: perform.c,v 1.18 2004/12/29 12:16:56 agc Exp $");
+__RCSID("$NetBSD: perform.c,v 1.19 2005/02/04 01:19:04 jlam Exp $");
#endif
#endif
@@ -180,7 +180,7 @@ pkg_do(char *pkg)
/* No match */
warnx("can't find package `%s' installed%s!", pkg,
- usedot ? " or in a file" : "");
+ usedot ? " or in a file" : "");
return 1;
}
if (chdir(log_dir) == FAIL) {