585fc93 Avoid breaking on spaces in filenames. Closes: #618636

Authored and Committed by Joey Hess 12 years ago
    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.
    
        
file modified
+8 -8
file modified
+1 -1
file modified
+6 -6
file modified
+2 -2
file modified
+2 -2
file modified
+6 -0