提交 2b38b194 编写于 作者: J Jonathan Chambers 提交者: Erik Hemming

Add back chmod +x of mono.

上级 b28e40e8
......@@ -19,6 +19,7 @@ while (defined(my $file = readdir(DIR))) {
}
closedir(DIR);
system("chmod +x collectedbuilds/monodistribution/bin/mono") eq 0 or die("Failed chmodding");
chdir("collectedbuilds");
open(MYFILE,">built_by_teamcity.txt");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册