Skip to content

Commit 8857fa2

Browse files
committed
Adds missing execution permission
1 parent 513adfc commit 8857fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ parse_package_list () {
9898

9999
# Installs a given list of packages from a given update site.
100100
install_packages () {
101-
if [[ "$OS" = "macos" ]]; then
101+
if [[ "$OS" = "macos" ]] || [[ "$OS" = "macosarm" ]]; then
102102
chmod +x $ECLIPSE_BIN_PATH
103103
fi
104104

0 commit comments

Comments
 (0)