Oops
This commit is contained in:
parent
7a5a43f9a2
commit
fd74e5f3a7
1 changed files with 2 additions and 2 deletions
4
build
4
build
|
@ -75,8 +75,8 @@ function task_archive {
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
||||||
task_begin "Setting permissions";
|
task_begin "Setting permissions";
|
||||||
find RhinoReminds/bin -type f -print0 | xargs -0 -P4 chmod -cx;
|
find RhinoReminds/bin -type f -print0 | xargs -0 -P4 chmod -c -x;
|
||||||
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod +cx;
|
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod -c +x;
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Reference in a new issue