Commit 1053ed0e authored by daidekun's avatar daidekun

fix 双引号bug

parent cf4d6af0
...@@ -189,7 +189,7 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp ...@@ -189,7 +189,7 @@ def build_luaui(namespace, systemNames, contextDir, repoName, branchName, worksp
sh "bower install" sh "bower install"
} }
sh buildCmd sh buildCmd
sh 'tar zcf ${systemName}.tgz dist/' sh "tar zcf ${systemName}.tgz dist/"
sh "mv ${systemName}.tgz ../${contextDir}" sh "mv ${systemName}.tgz ../${contextDir}"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment