summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-04-15 14:54:16 +0000
committerJean Delvare <khali@linux-fr.org>2006-04-15 14:54:16 +0000
commitf6a8ae7df0cec110350fc6016868c09b4facbcb7 (patch)
tree696c322d27e166cbbd4fb3fcc99fc778416db9b4 /compat
parent785167244689ec57f068011b9390be509f58e1fb (diff)
downloadquilt-f6a8ae7df0cec110350fc6016868c09b4facbcb7.tar.gz
- compat/getopt.in: Remove duplicate test.
Diffstat (limited to 'compat')
-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;
}