Angstrom-distribution / setup-scripts

Helper scripts for setting an Angstrom development environment
http://www.angstrom-distribution.org/building-angstrom
MIT License
84 stars 108 forks source link

Fix PATH being stomped by generated environment script #6

Open dlazzari opened 11 years ago

dlazzari commented 11 years ago

Use the PATH variable in the generated environment script, rather than the current value of the PATH variable. This prevents later changes to a user's PATH from being stomped by the generated environment script.

This was tested using bash to run oebb.sh

kraj commented 11 years ago

can you please resubmit the pull request against 'next' branch please ?