summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2009-11-16 16:32:56 +0000
committerMarc Espie <espie@cvs.openbsd.org>2009-11-16 16:32:56 +0000
commit0ec50b786ba13abbad7c7d054189c0bf14de34bd (patch)
tree2eda3d0884a3acdd146c9e81e45e1aaddc1d20b6
parente4cf7a02de655b0094bfbde6ee8164279a33e8fc (diff)
oops
-rw-r--r--usr.sbin/pkg_add/OpenBSD/Update.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm
index 82bf901aec1..9f482d30234 100644
--- a/usr.sbin/pkg_add/OpenBSD/Update.pm
+++ b/usr.sbin/pkg_add/OpenBSD/Update.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: Update.pm,v 1.96 2009/11/16 15:13:00 espie Exp $
+# $OpenBSD: Update.pm,v 1.97 2009/11/16 16:32:55 espie Exp $
#
# Copyright (c) 2004-2006 Marc Espie <espie@openbsd.org>
#
@@ -146,7 +146,7 @@ sub process_hint
my $k = OpenBSD::Search::FilterLocation->keep_most_recent;
# first try to find us exactly
- $state->progress->message("Looking for $hint");
+ $state->progress->message("Looking for $hint_name");
$l = OpenBSD::PackageLocator->match_locations(OpenBSD::Search::Exact->new($hint_name), $k);
if (@$l == 0) {
my $t = $hint_name;