pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Fixed a typo in the command lin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb29581e0413
branches:  trunk
changeset: 494095:fb29581e0413
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 19 08:42:36 2005 +0000

description:
Fixed a typo in the command line options (conblank => contblank).

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b7397bdcbd44 -r fb29581e0413 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Thu May 19 06:50:50 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Thu May 19 08:42:36 2005 +0000
@@ -11,7 +11,7 @@
 # Freely redistributable.  Absolutely no warranty.
 #
 # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.153 2005/05/18 19:08:42 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.154 2005/05/19 08:42:36 rillig Exp $
 #
 # This version contains lots of changes necessary for NetBSD packages
 # done by Hubert Feyrer <hubertf%netbsd.org@localhost>,
@@ -449,7 +449,7 @@
                "newpackage|N" => \$opt_check_newpkg,
                "verbose|v" => sub { PkgLint::Logging::set_verbose(true); },
                "version|V" => sub { print("$conf_distver\n"); exit(0); },
-               "conblank|B=i" => \$opt_contblank,
+               "contblank|B=i" => \$opt_contblank,
                "dumpmakefile|I" => \$opt_dumpmakefile,
                "quiet|q" => \$opt_quiet,
        );



Home | Main Index | Thread Index | Old Index