joeaba 4 лет назад
Родитель
Сommit
396262866f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      scripts/cargo-install-all.sh

+ 1 - 0
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`