From 396262866f68c512ad3345bf56cacf299e339b54 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:46:06 +0530 Subject: [PATCH] updating with OS_TYPE --- scripts/cargo-install-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cargo-install-all.sh b/scripts/cargo-install-all.sh index 258f2f10a70dcf..b1aa5b075710e1 100755 --- a/scripts/cargo-install-all.sh +++ b/scripts/cargo-install-all.sh @@ -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`