File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 38
38
system (" find collectedbuilds -type f -name mono -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
39
39
system (" find collectedbuilds -type f -name mono-sgen -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
40
40
system (" find collectedbuilds -type f -name pedump -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
41
+ system (" find collectedbuilds -type f -name cli -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
42
+ system (" find collectedbuilds -type f -name cli_x86 -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
43
+ system (" find collectedbuilds -type f -name ilasm -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
44
+ system (" find collectedbuilds -type f -name mcs -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
45
+ system (" find collectedbuilds -type f -name mono-env -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
46
+ system (" find collectedbuilds -type f -name monolinker -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
47
+ system (" find collectedbuilds -type f -name nunit-console -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
48
+ system (" find collectedbuilds -type f -name nunit-console2 -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
49
+ system (" find collectedbuilds -type f -name resgen2 -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
50
+ system (" find collectedbuilds -type f -name xbuild -exec chmod +x {} \\ ;" ) eq 0 or die (" Failed chmodding" );
41
51
42
52
chdir (" collectedbuilds" );
43
53
You can’t perform that action at this time.
0 commit comments