updating with OS_TYPE

This commit is contained in:
joeaba
2021-10-22 17:46:06 +05:30
committed by GitHub
parent e277673d9c
commit 396262866f

View File

@ -4,6 +4,7 @@
# other workspace crates or native program crates.
here="$(dirname "$0")"
readlink_cmd="readlink"
echo "OSTYPE IS: $OSTYPE"
if [[ $OSTYPE == darwin* ]]; then
# Mac OS X's version of `readlink` does not support the -f option,
# But `greadlink` does, which you can get with `brew install coreutils`