summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-07-26 07:28:30 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-07-26 07:28:30 +0000
commit789ef983157a8a78a89acb3e6fc1b6a314698e4d (patch)
treea0e6606acb7b89d35ef28c6594389a07ca79a4aa /usr.sbin/pkg_add/OpenBSD
parent354597f26b3cffb712cdcb42261d8c8251a5ab87 (diff)
typo (canacar@)
Diffstat (limited to 'usr.sbin/pkg_add/OpenBSD')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgInfo.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm b/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm
index 2a0ec32b00f..c77ce529069 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgInfo.pm
@@ -1,6 +1,6 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgInfo.pm,v 1.13 2010/07/03 11:36:17 espie Exp $
+# $OpenBSD: PkgInfo.pm,v 1.14 2010/07/26 07:28:29 espie Exp $
#
# Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
#
@@ -519,7 +519,7 @@ sub parse_and_run
}
if ($state->verbose) {
- $state->setops('cdfMURsS');
+ $state->setopts('cdfMURsS');
}
if ($state->opt('K') && !$state->opt('L')) {