summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-10-25 17:42:46 +0200
committerJean Delvare <jdelvare@suse.de>2012-10-25 17:42:46 +0200
commite7fa08b805942be26bbce1d3f93e5a3729a95ac0 (patch)
tree83526437f5b73892ed87bd3056c03e4cfbee4877 /quilt.changes
parent1f6fbf64d20d0d0b5dc04fa3f63f764e8c3a32ea (diff)
downloadquilt-e7fa08b805942be26bbce1d3f93e5a3729a95ac0.tar.gz
setup: Fix white space handling by check_for_existing_files
Fix handling of directory names including white spaces by check_for_existing_files. awk can't deal with tokens which include white spaces, so use bash's read function instead. As a side bonus, we get rid of the undocumented dependency to "uniq".
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index e9401b7..2a9f980 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -5,6 +5,7 @@ Thu Oct 25 15:05:42 CEST 2012 - jdelvare@suse.de
- setup: Try alternative patches/series names.
- setup: Run create_db().
- setup/inspect: Handle zip archives.
+- setup: Fix white space handling by check_for_existing_files.
-------------------------------------------------------------------
Thu Oct 25 15:05:10 CEST 2012 - jdelvare@suse.de