summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes5
-rw-r--r--quilt/files.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 863efa4..198c2c8 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Jan 21 13:49:30 CET 2005 - agruen@suse.de
+
+- Add a missing find_patch call in the files command.
+
+-------------------------------------------------------------------
Thu Jan 20 12:36:25 CET 2005 - mquinson@debian.org
- fix the bash completion file:
diff --git a/quilt/files.in b/quilt/files.in
index 8c421b2..5030cb7 100644
--- a/quilt/files.in
+++ b/quilt/files.in
@@ -87,7 +87,7 @@ if [ $# -gt 1 ]
then
usage
fi
-last_patch=$1
+last_patch=$(find_patch $1)
if [ -n "$last_patch" ]
then