Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]Bash scripts with wrong file permissions on MacOS #92

Open
andrebreves opened this issue Oct 20, 2021 · 1 comment
Open

[BUG]Bash scripts with wrong file permissions on MacOS #92

andrebreves opened this issue Oct 20, 2021 · 1 comment

Comments

@andrebreves
Copy link

When installing the plugin in MacOS, the bash scripts are created without the execute bit set:

-rw-r--r--    1 breves  staff   366B 20 Out 16:21 google-closure-compiler

Steps to reproduce the behavior:

  1. Install plugin in Netbeans on MacOS
  2. Try to minify a file
  3. See error Permission denied error on output

Captura de Tela 2021-10-20 às 17 04 14

Environment (please complete the following information):

  • OS: MacOS 11.6
  • NetBeans version: 12.5
  • JDK version: 16

After I did a chmod a+x google-closure-compiler it worked:

-rwxr-xr-x    1 breves  staff   366B 20 Out 16:21 google-closure-compiler

Captura de Tela 2021-10-20 às 17 13 51

@Chris2011
Copy link
Owner

Thx, interesting problem. I will have a look how I can fix this. Will search for a mac. If you know how to fix this, a PR is very welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants