diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2009-11-28 17:17:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2009-11-28 17:17:00 +0000 |
commit | 0e4844e5a839b028cdcd77f9d379a6023f03de68 (patch) | |
tree | a1e50c88909939b1b5fe390d24ef2e4ff7bb2f67 /usr.sbin | |
parent | 054796967aeb3a9bf3775be97331ac163c64d561 (diff) |
oops
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add b/usr.sbin/pkg_add/pkg_add index 71209ec12ee..5935f845e9e 100644 --- a/usr.sbin/pkg_add/pkg_add +++ b/usr.sbin/pkg_add/pkg_add @@ -1,7 +1,7 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: pkg_add,v 1.398 2009/11/28 12:50:25 espie Exp $ +# $OpenBSD: pkg_add,v 1.399 2009/11/28 17:16:59 espie Exp $ # # Copyright (c) 2003-2009 Marc Espie <espie@openbsd.org> # @@ -663,7 +663,7 @@ sub process_parameters # actual names my $m = $opt_z ? "add_hints" : "add_hints2"; for my $pkgname (@ARGV) { - push(@todo2, OpenBSD::UpdateSet->new->$m($_)); + push(@todo2, OpenBSD::UpdateSet->new->$m($pkgname)); } } } |