diff --git a/build b/build index 3be1731..6ae7a9d 100755 --- a/build +++ b/build @@ -75,8 +75,8 @@ function task_archive { task_end $?; task_begin "Setting permissions"; - find RhinoReminds/bin -type f -print0 | xargs -0 -P4 chmod -cx; - find RhinoReminds/bin -type f -iname "*.exe" -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 -c +x; task_end $?; pwd