Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while read -d: DIR; do
- if [ -d $DIR/scripts ]; then
- PATH=$PATH:$DIR/scripts
- fi
- done < <(bitbake-getvar --value BBPATH)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement