diff options
author | 2014-11-02 13:28:50 +0000 | |
---|---|---|
committer | 2014-11-02 13:28:50 +0000 | |
commit | 8ec4e29ff2b2e7a41bf2cab97e2532390f85b65d (patch) | |
tree | 42730f489243b11969ac0c79d97079cc13f43ab0 | |
parent | Remove remnants from RC2 and SEED - there are no longer any cipher suites (diff) | |
download | wireguard-openbsd-8ec4e29ff2b2e7a41bf2cab97e2532390f85b65d.tar.xz wireguard-openbsd-8ec4e29ff2b2e7a41bf2cab97e2532390f85b65d.zip |
revert, i did NOT ok this diff which bears no proof of testing in a bulk or xenocara
-rw-r--r-- | usr.bin/pkg-config/pkg-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config b/usr.bin/pkg-config/pkg-config index 83ea4cf2c80..eecdd9cf443 100644 --- a/usr.bin/pkg-config/pkg-config +++ b/usr.bin/pkg-config/pkg-config @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: pkg-config,v 1.83 2014/11/02 01:11:47 jca Exp $ +# $OpenBSD: pkg-config,v 1.84 2014/11/02 13:28:50 jasper Exp $ # $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $ # Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org> @@ -165,7 +165,7 @@ while (@ARGV){ my $p = shift @ARGV; my $op = undef; my $v = undef; - if (@ARGV >= 2 && $ARGV[0] =~ /^[<=>!]+$/ && + if (@ARGV >= 2 && $ARGV[0] =~ /^[<=>]+$/ && $ARGV[1] =~ /^[\d\.]+[\w\.]*$/) { $op = shift @ARGV; $v = shift @ARGV; |