summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-02-02 12:07:37 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-02-02 12:07:37 +0000
commit33e854f725142d4dc0c4fe00b9a2883166b8ff0b (patch)
tree75b843fd952ae8c5a08c34b3965ced84d4012657
parent1d811743335c0392139a3822eaefdec51aa5ac02 (diff)
downloadquilt-33e854f725142d4dc0c4fe00b9a2883166b8ff0b.tar.gz
- Fix `quilt next'.
-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"