From fd74e5f3a7aab0846d3228f7d5187697c22aaa9b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 12 Feb 2019 20:01:15 +0000 Subject: [PATCH] Oops --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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