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