summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-23 20:37:18 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-23 20:37:18 +0000
commit097f1b5e14d2ab307f2d5c1685ad480a2376f8d7 (patch)
tree2ee4e67762d935c58c6bf064da1725a662cf5d10
parent236b462301524613b57f214f3081e72282dcc30c (diff)
downloadquilt-097f1b5e14d2ab307f2d5c1685ad480a2376f8d7.tar.gz
- quilt/files.in: Sort the file names rather than respecting the original
order of the files in patches. This is slightly faster, and we don't much care about the original order.
-rw-r--r--quilt/files.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/files.in b/quilt/files.in
index 63f80b6..385be36 100644
--- a/quilt/files.in
+++ b/quilt/files.in
@@ -143,7 +143,7 @@ list_files_in_patch()
use_status=yes
fi
# Note: If opt_labels is set, then use_status is not set.
- for file in $(files_in_patch_ordered $patch)
+ for file in $(files_in_patch $patch | sort)
do
if [ -n "$opt_labels" ]
then