diff --git a/tools/plugin-release b/tools/plugin-release index e4c2215..1d79dfc 100755 --- a/tools/plugin-release +++ b/tools/plugin-release @@ -293,6 +293,7 @@ def _do_build(repo, ver): append = False break if append: + if " " in ls_file: ls_file = "\""+ls_file+"\"" paths.append(ls_file) archive_cmd_pattern = 'git archive --prefix=%s/ %s %s | bzip2 > %s'