remove path to binutils

This commit is contained in:
Dmytro Meleshko 2019-02-02 18:53:42 +02:00
parent c4b4c33e58
commit 9147a4b236
No known key found for this signature in database
GPG key ID: 842C32A03AC953B2

View file

@ -13,7 +13,6 @@ if is_macos; then
/usr/local/opt/openssl/bin # openssl
/usr/local/opt/gnu-getopt/bin # getopt
/usr/local/opt/findutils/libexec/gnubin # GNU findutils
/usr/local/opt/binutils/bin # GNU binutils
/usr/local/opt/coreutils/libexec/gnubin # GNU coreutils
"${path[@]}"
)
@ -26,7 +25,6 @@ if is_macos; then
/usr/local/opt/openssl/share/man # openssl
/usr/local/opt/gnu-getopt/share/man # getopt
/usr/local/opt/findutils/libexec/gnuman # GNU findutils
/usr/local/opt/binutils/share/man # GNU binutils
/usr/local/opt/coreutils/libexec/gnuman # GNU coreutils
"${manpath[@]}"
)