diff options
-rw-r--r-- | usr.sbin/pkg_install/add/perform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index ae5321e6531..f68849d2ef2 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -1,7 +1,7 @@ -/* $OpenBSD: perform.c,v 1.7 1999/07/04 18:23:51 espie Exp $ */ +/* $OpenBSD: perform.c,v 1.8 1999/07/05 09:55:40 espie Exp $ */ #ifndef lint -static const char *rcsid = "$OpenBSD: perform.c,v 1.7 1999/07/04 18:23:51 espie Exp $"; +static const char *rcsid = "$OpenBSD: perform.c,v 1.8 1999/07/05 09:55:40 espie Exp $"; #endif /* @@ -137,7 +137,7 @@ pkg_do(char *pkg) warnx("can't stat package file '%s'", pkg_fullname); goto bomb; } - snprintf(extract_contents, sizeof( extract_comments ), + snprintf(extract_contents, sizeof( extract_contents ), "-q %s", CONTENTS_FNAME); extract = extract_contents; } |