diff options
author | 2009-10-13 22:16:31 +0000 | |
---|---|---|
committer | 2009-10-13 22:16:31 +0000 | |
commit | b6bf198c1c25076d97dcd2208f4f1773ae6b27c7 (patch) | |
tree | ce19e03e81c4046e58469c4de9a3a671ecd87d5d | |
parent | Correct udma timing register offset and the udma mode ceiling (diff) | |
download | wireguard-openbsd-b6bf198c1c25076d97dcd2208f4f1773ae6b27c7.tar.xz wireguard-openbsd-b6bf198c1c25076d97dcd2208f4f1773ae6b27c7.zip |
oops, oops, oops. todo is not todo2
-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 3ab2790a764..e3a4c5e7259 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.345 2009/10/13 21:21:07 espie Exp $ +# $OpenBSD: pkg_add,v 1.346 2009/10/13 22:16:31 espie Exp $ # # Copyright (c) 2003-2009 Marc Espie <espie@openbsd.org> # @@ -854,7 +854,7 @@ if ($opt_l || $opt_z) { print "Cannot find updates for ", join(', ', map {$_->short_print} @cantupdate[1..50]); print " and more" if @cantupdate > 50; print "\n"; - if (@todo == 0) { + if (@todo2 == 0) { print "No updates found\n"; exit(1); } |