Skip to content

Commit

Permalink
updating with OS_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
joeaba authored Oct 22, 2021
1 parent e277673 commit 3962628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cargo-install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 3962628

Please sign in to comment.