mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge pull request #522 from ossrs/hotfix/commit
use /usr/local/bin for osx.
This commit is contained in:
commit
1c944ed451
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ echo "cd `pwd` &&" >git-ensure-commit &&
|
|||
echo "bash `pwd`/git.commit.sh" >>git-ensure-commit &&
|
||||
chmod +x git-ensure-commit &&
|
||||
sudo rm -f /bin/git-ensure-commit &&
|
||||
sudo mv git-ensure-commit /bin/git-ensure-commit
|
||||
sudo mv git-ensure-commit /usr/local/bin/git-ensure-commit
|
||||
END
|
||||
|
||||
echo "submit code to github.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue