summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2009-11-10 11:36:57 +0000
committerMarc Espie <espie@cvs.openbsd.org>2009-11-10 11:36:57 +0000
commit40c978f2c294a4c9aa76b74c25d73136b694b27a (patch)
tree9425b5c92e2bfd066bd5af81180a7a4181c0a9e9 /usr.sbin/pkg_add/pkg
parentdc9c70c619b7537adbae2719745ecb81e1647f91 (diff)
bad espie: use strict/warnings consistently, and fix two nits and two
actual errors !
Diffstat (limited to 'usr.sbin/pkg_add/pkg')
-rw-r--r--usr.sbin/pkg_add/pkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg b/usr.sbin/pkg_add/pkg
index 97e7a07cd73..0f6d8dc2d60 100644
--- a/usr.sbin/pkg_add/pkg
+++ b/usr.sbin/pkg_add/pkg
@@ -1,6 +1,6 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: pkg,v 1.10 2009/04/19 14:58:32 espie Exp $
+# $OpenBSD: pkg,v 1.11 2009/11/10 11:36:56 espie Exp $
#
# Copyright (c) 2003-2007 Marc Espie <espie@openbsd.org>
#
@@ -18,6 +18,7 @@
use strict;
use warnings;
+
use Getopt::Std;
sub check_dependencies($)