Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chain a .sh script on bash for Windows #21

Closed
AntoineTurmel opened this issue Mar 28, 2013 · 3 comments
Closed

Chain a .sh script on bash for Windows #21

AntoineTurmel opened this issue Mar 28, 2013 · 3 comments

Comments

@AntoineTurmel
Copy link
Owner

On start-msvc9.bat, I'm chaining the buildbot script right after bash with:

"%MOZILLABUILD%\msys\bin\bash" /c/nightingale-tools/buildbot/buildbot_ng.sh --login -i

The thing is, I do not get all PATHs defined... I have more PATHs if I manually do:

"%MOZILLABUILD%\msys\bin\bash" --login -i

and then

echo $PATH

Should I defined myself missing PATHs in "set PATH" or I am missing something ?
@rsjtdrjgfuzkfg ?

@AntoineTurmel
Copy link
Owner Author

Ok padenot from Mozilla helped me on that one, I should put my script after --login -i and it should work.

@rsjtdrjgfuzkfg
Copy link

I put my stuff before the line "%MOZILLABUILD%\msys\bin\bash" --login -i and it worked... you ment to close here or are there open questions?

@AntoineTurmel
Copy link
Owner Author

Resolved for me :) Thanks anyway @rsjtdrjgfuzkfg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants