AntoineTurmel / nightingale-tools

This repo is a set of tools for Nightingale
2 stars 1 forks source link

Chain a .sh script on bash for Windows #21

Closed AntoineTurmel closed 11 years ago

AntoineTurmel commented 11 years ago

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 commented 11 years ago

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

rsjtdrjgfuzkfg commented 11 years ago

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 commented 11 years ago

Resolved for me :) Thanks anyway @rsjtdrjgfuzkfg