summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-21 12:50:11 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-01-21 12:50:11 +0000
commitcaf1482275106e47eefe58669156def40acadae3 (patch)
tree8d488afea4cf3d5987847ff616cb8fb4fa1885dd
parent0c4da98cdabb59c54a55bcfa711d4639d50c1962 (diff)
downloadquilt-caf1482275106e47eefe58669156def40acadae3.tar.gz
- Add a missing find_patch call in the files command.
-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