diff options
author | 2013-03-25 16:38:19 +0000 | |
---|---|---|
committer | 2013-03-25 16:38:19 +0000 | |
commit | 47fc887fb6bd16ee157a111db88872972ae6290b (patch) | |
tree | 3b48287c4d108c4ec308fe087bcf6319f9ab9512 | |
parent | Try to establish client for run-shell and if-shell if no -t. (diff) | |
download | wireguard-openbsd-47fc887fb6bd16ee157a111db88872972ae6290b.tar.xz wireguard-openbsd-47fc887fb6bd16ee157a111db88872972ae6290b.zip |
remove useless line that breaks with new perl
-rw-r--r-- | usr.sbin/httpd/src/support/apxs.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/support/apxs.pl b/usr.sbin/httpd/src/support/apxs.pl index 38940c4ba76..6bafb0a24d5 100644 --- a/usr.sbin/httpd/src/support/apxs.pl +++ b/usr.sbin/httpd/src/support/apxs.pl @@ -126,7 +126,6 @@ sub Getopts { my (@args, $first, $rest, $pos); my ($errs) = 0; local ($_); - local ($[) = 0; @args = split( / */, $argumentative); while(@ARGV && ($_ = $ARGV[0]) =~ /^-(.)(.*)/) { |