Pavel Raiskup <prais...@redhat.com> ha escrit: > Do not call wordsplit on multiple places when not necessary. > > (run_decompress_program): Do not call wordsplit - rather reuse xexec.
That's wrong. The intent of the function is to try all matching decompressors and find the one which works. Xexec cannot be used here because it exits if exec fails. Regards, Sergey