You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Homebrew's readlink from "coreutils" package - and rename "readlink" to "greadlink" inside the script.
BSD bash 3.2
The standard (OLD) version that comes with macOS El Capitan. I want the actual 4.4.*.
Installed since I got brew's "coreutils" - I replaced "#!/bin/env bash" for "#!/usr/local/bin/bash".
BSD readlink
and "-f" is not a valid argument.
How to solve:
BSD bash 3.2
The standard (OLD) version that comes with macOS El Capitan. I want the actual 4.4.*.
Installed since I got brew's "coreutils" - I replaced "#!/bin/env bash" for "#!/usr/local/bin/bash".
Another error... now it's with "getopt" command.
And... I don't know what to do.
EDIT:
Solved by install "gnu-getopt" from Homebrew and replacing "getopt" for "/usr/local/opt/gnu-getopt/bin/getopt" inside the script.
Let's test the script...
The text was updated successfully, but these errors were encountered: