diff options
Diffstat (limited to 'scripts/bitbake')
-rwxr-xr-x | scripts/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bitbake b/scripts/bitbake index 79a81eaf0f..ca2bc82d04 100755 --- a/scripts/bitbake +++ b/scripts/bitbake | |||
@@ -126,7 +126,7 @@ if [ $needpseudo != "0" -a $buildpseudo -eq 0 ]; then | |||
126 | fi | 126 | fi |
127 | 127 | ||
128 | OLDPATH=$PATH | 128 | OLDPATH=$PATH |
129 | export PATH=`echo $PATH | sed s#[^:]*/scripts:##` | 129 | export PATH=`echo $PATH | sed s#[^:]*/scripts:##g` |
130 | if [ $buildpseudo -gt 0 ]; then | 130 | if [ $buildpseudo -gt 0 ]; then |
131 | [ $buildpseudo -eq 1 ] && echo "Pseudo is not present but is required, building this first before the main build" | 131 | [ $buildpseudo -eq 1 ] && echo "Pseudo is not present but is required, building this first before the main build" |
132 | [ $buildpseudo -eq 2 ] && echo "Pseudo may be out of date, rebuilding pseudo before the main build" | 132 | [ $buildpseudo -eq 2 ] && echo "Pseudo may be out of date, rebuilding pseudo before the main build" |