Skip to content

Commit 88724e7

Browse files
author
Michael Saki
committed
Add comment explaining that GNU getopt is keg-only
1 parent f8824c8 commit 88724e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup-env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ if [[ $(getopt --version 2> /dev/null) != *"getopt from util-linux"* ]]; then
7373
7474
export PATH="$(brew --prefix)/opt/gnu-getopt/bin:$PATH"
7575
76+
This will enable GNU getopt since it is keg-only.
77+
7678
END_OF_LINE
7779
exit 1
7880
fi

0 commit comments

Comments
 (0)