diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-07-05 09:55:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-07-05 09:55:41 +0000 |
commit | 957c3628960aa27c328d996b64cf4cd31d1c5b6a (patch) | |
tree | 07ce5fd131b57311a8ef28f2aee0e5344cac2499 | |
parent | 71672410c5bae7791485c70db7ed12c51f9ec0f4 (diff) |
oops
-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; } |