Avoid breaking on spaces in filenames. Closes: #618636

The runpipe interface is not a good one, it would be better to use
something that does not expose to the shell.

As a quick fix, quote filenames in runpipe calls. Too bad if you have a
quote character in a file though. Later need to find a better interface
or do full shell escaping.
This commit is contained in:
Joey Hess
2011-06-11 13:00:34 -04:00
parent 5b49be4d3d
commit 585fc93270
6 changed files with 25 additions and 19 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.85) UNRELEASED; urgency=low
* Avoid breaking on spaces in filenames. Closes: #618636
-- Joey Hess <joeyh@debian.org> Sat, 11 Jun 2011 12:58:29 -0400
alien (8.84) unstable; urgency=low
* Silence error message when deleting build tree after making an rpm,