summaryrefslogtreecommitdiffstats
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
parent785167244689ec57f068011b9390be509f58e1fb (diff)
downloadquilt-f6a8ae7df0cec110350fc6016868c09b4facbcb7.tar.gz
- compat/getopt.in: Remove duplicate test.
-rw-r--r--compat/getopt.in1
-rw-r--r--quilt.changes5
2 files changed, 5 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;
}
diff --git a/quilt.changes b/quilt.changes
index ddc7e03..6712f59 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+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
- quilt/scripts/patchfns.in: Fix broken return in function