prettydiff / biddle

Self-hosted application distribution
MIT License
66 stars 4 forks source link

command "global" fails for posix if shell isn't Bash #3

Closed prettydiff closed 7 years ago

prettydiff commented 8 years ago

My posix scripting skills are weak. I will take any help I can get.

prettydiff commented 8 years ago

Mostly solved. I am updating both .profile and .bash_profile if they exist. Then I am updating the path in a terminal instance with export $PATH=$PATH:/path/to/biddle/bin.

The remaining challenge is that the export command runs in a child process that dies at the completion of the child process. I need to make this execution in the current process.

prettydiff commented 7 years ago

Fixed.