danger/kotlin

MacOS Catalina default shell change to zsh causing issue in Bitrise

firozansar opened this issue ยท 2 comments

Following line in install.sh is not working on Bitrise:
echo 'export PATH=/usr/local/kotlinc/bin:$PATH' >> ~/.bash_profile which generate following error:
/root/.bash_profile: No such file or directory

I think the changing .bash_profile to .zprofile will fix the issue.

source ~/zshrc should work! I'll update the readme with this soon๐Ÿ˜Ž thanks @firozansar ๐Ÿ‘๐Ÿ‘

source ~/zshrc should work! I'll update the readme with this soon๐Ÿ˜Ž thanks @firozansar ๐Ÿ‘๐Ÿ‘

Thanks for the update @gianluz ๐Ÿ˜„