We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d1ea1 + 436c064 commit 7963442Copy full SHA for 7963442
install.sh
@@ -44,10 +44,11 @@ if command -v clibgen >/dev/null; then
44
else
45
case $SHELL in
46
/bin/zsh) shell_profile=".zshrc" ;;
47
+ /usr/bin/zsh) shell_profile=".zshrc" ;;
48
*) shell_profile=".bashrc" ;;
49
esac
50
echo "Manually add the directory to your \$HOME/$shell_profile (or similar)"
- echo " export CLIBGEN_INSTALL=\"$clibgen_install:was\""
51
+ echo " export CLIBGEN_INSTALL=\"$clibgen_install\""
52
echo " export PATH=\"\$CLIBGEN_INSTALL/bin:\$PATH\""
53
echo "Run '$exe --help' to get started"
54
fi
0 commit comments