Skip to content

Commit 7963442

Browse files
authored
fix install script (#33)
2 parents a3d1ea1 + 436c064 commit 7963442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ if command -v clibgen >/dev/null; then
4444
else
4545
case $SHELL in
4646
/bin/zsh) shell_profile=".zshrc" ;;
47+
/usr/bin/zsh) shell_profile=".zshrc" ;;
4748
*) shell_profile=".bashrc" ;;
4849
esac
4950
echo "Manually add the directory to your \$HOME/$shell_profile (or similar)"
50-
echo " export CLIBGEN_INSTALL=\"$clibgen_install:was\""
51+
echo " export CLIBGEN_INSTALL=\"$clibgen_install\""
5152
echo " export PATH=\"\$CLIBGEN_INSTALL/bin:\$PATH\""
5253
echo "Run '$exe --help' to get started"
5354
fi

0 commit comments

Comments
 (0)