-
Notifications
You must be signed in to change notification settings - Fork 28
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
chmod flags not compatible with mac? #50
Comments
Yup, same for FreeBSD. The script does this in case the filename starts with a I don't know why the script is chmod'ing files in the first place. It should just set a umask or fall back to the umask it inherits from the environment. |
I tried that, but the script still exited. The only way I could get it to run was by removing all calls to |
Hmm, i will try to fix. |
I didn't mean for you to prefix filenames. I meant that the script would need to be updated to remove |
Hi, I'm trying to get this working on a Mac M1 running Mac OS Ventura (13.3.1). I've got Homebrew and used it to install both this script and bash 5.2.15.
The script exits after the "Enter Client ID" step, with the error "chmod: --: No such file or directory". I wasn't familiar with the double dash
--
syntax, maybe it's not supported by thechmod
provided by MacOS?The text was updated successfully, but these errors were encountered: