summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes5
-rw-r--r--quilt/next.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 580eb92..907ad0a 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Feb 2 13:07:13 CET 2004 - agruen@suse.de
+
+- Fix `quilt next'.
+
+-------------------------------------------------------------------
Sat Jan 31 22:23:51 CET 2004 - agruen@suse.de
- Also fix `quilt import' after patch name mangling removal.
diff --git a/quilt/next.in b/quilt/next.in
index 4fa77c4..1af0891 100644
--- a/quilt/next.in
+++ b/quilt/next.in
@@ -76,7 +76,7 @@ then
else
next=$(patches_after $patch | head -n 1)
fi
-if [ -n "$previous" ]
+if [ -n "$next" ]
then
[ -n "$opt_filenames" ] && next=$(patch_file_name $next)
echo "$next"