From f6a8ae7df0cec110350fc6016868c09b4facbcb7 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sat, 15 Apr 2006 14:54:16 +0000 Subject: - compat/getopt.in: Remove duplicate test. --- compat/getopt.in | 1 - quilt.changes | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; } diff --git a/quilt.changes b/quilt.changes index ddc7e03..6712f59 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 15 16:52:12 CEST 2006 - khali@linux-fr.org + +- compat/getopt.in: Remove duplicate test. + ------------------------------------------------------------------- Sat Apr 15 14:38:24 CEST 2006 - khali@linux-fr.org -- cgit