diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-03-09 11:22:28 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-03-09 11:22:28 +0000 |
commit | 7182541a1bb9714a468fc4862339258d76fd7c18 (patch) | |
tree | 805a7ceb911f68bc494420503b31d22389cb9ed1 /usr.sbin | |
parent | 0a26f47f01e149f5a57728d15a2b863074c29ad2 (diff) |
make sure lookup_libspec returns the same thing in -v -v mode.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_add b/usr.sbin/pkg_add/pkg_add index 497266b7291..0c71b94113c 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.169 2005/02/07 15:35:23 espie Exp $ +# $OpenBSD: pkg_add,v 1.170 2005/03/09 11:22:27 espie Exp $ # # Copyright (c) 2003-2004 Marc Espie <espie@openbsd.org> # @@ -580,6 +580,7 @@ sub lookup_library } } print "\n" if $state->{very_verbose}; + return; } sub clue |