pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg/files pkgtools/url2pkg: fix option ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1385f675e550
branches:  trunk
changeset: 415159:1385f675e550
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 03 09:31:36 2019 +0000

description:
pkgtools/url2pkg: fix option handling

diffstat:

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

diffs (19 lines):

diff -r f19c6976d986 -r 1385f675e550 pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Thu Oct 03 09:00:48 2019 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Thu Oct 03 09:31:36 2019 +0000
@@ -1,5 +1,5 @@
 #! @PERL5@
-# $NetBSD: url2pkg.pl,v 1.76 2019/10/02 15:57:37 rillig Exp $
+# $NetBSD: url2pkg.pl,v 1.77 2019/10/03 09:31:36 rillig Exp $
 #
 
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -873,7 +873,7 @@
        }
 
        GetOptions(
-               "verbose=v" => \$verbose
+               "verbose|v" => \$verbose
        );
 
        my $url;



Home | Main Index | Thread Index | Old Index