Skip to content

Commit

Permalink
Adds missing execution permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 16, 2024
1 parent 513adfc commit 8857fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ parse_package_list () {

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

Expand Down

0 comments on commit 8857fa2

Please sign in to comment.