File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,13 @@ SHORTOPTS="fhilp:v:"
58
58
if [[ $( getopt --version 2> /dev/null) != * " getopt from util-linux" * ]]; then
59
59
cat << 'END_OF_LINE '
60
60
61
- GNU getopt is not detected and is a dependency to run this script.
61
+ Please note, this script requires GNU getopt due to its enhanced
62
+ functionality and compatibility with certain script features that
63
+ are not supported by the POSIX getopt found in some systems, particularly
64
+ those with a non-GNU version of getopt. This distinction is crucial
65
+ as a system might have a non-GNU version of getopt installed by default,
66
+ which could lead to unexpected behavior or script failure.
67
+
62
68
On the Mac, we recommend installing brew (https://brew.sh/). Then installation
63
69
is as simple as `brew install gnu-getopt` and adding this to your
64
70
profile:
You can’t perform that action at this time.
0 commit comments