summaryrefslogtreecommitdiffstats
path: root/compat/getopt.in
diff options
context:
space:
mode:
Diffstat (limited to 'compat/getopt.in')
-rw-r--r--compat/getopt.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/getopt.in b/compat/getopt.in
index 9726249..5621a62 100644
--- a/compat/getopt.in
+++ b/compat/getopt.in
@@ -13,7 +13,6 @@ my @words;
my $found_sep = 0;
foreach my $arg (@ARGV) {
- $found_sep = 1 if $arg eq '--';
if ($arg eq '--') {
$found_sep = 1;
}