Closed frederikvs closed 3 years ago
Maybe you should change .travis.yml
accordingly for consistency.
good point @guillaumelecerf , I wasn't aware it was being used in different places.
.travis.yml
has also been updated, and a quick grep shows that there are no other places where readlink -f
was being used.
Thanks!
On my macbook
build_binaries.sh
didn't work :Turns out that readlink is something slightly different here :
However, regarding the
-f
flag that is used, the readlink man page for linux also mentionsAnd that command also works on macOS :-)