From 1342413640e7a5777842a677af397a313f9e7aee Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Fri, 22 Feb 2019 21:32:50 -0500 Subject: [PATCH] Add executable permission for mac-build.sh Summary: - `fizz/mac-build.sh` is an executable script but it lacks the executable permission bit. - Add executable permissions for the script. --- fizz/mac-build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 fizz/mac-build.sh diff --git a/fizz/mac-build.sh b/fizz/mac-build.sh old mode 100644 new mode 100755