| Submitter | Tasslehoff Kjappfot |
|---|---|
| Date | Sept. 21, 2011, 10:04 a.m. |
| Message ID | <1316599458-7433-1-git-send-email-tasskjapp@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/11871/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/scripts/bitbake b/scripts/bitbake index 587428c..9330d71 100755 --- a/scripts/bitbake +++ b/scripts/bitbake @@ -65,7 +65,7 @@ if [ $buildpseudo = "1" ]; then if [ "$ret" != "0" ]; then exit 1 fi - PSEUDOBINDIR=`bitbake -e | grep STAGING_BINDIR_NATIVE=\" | cut -d '=' -f2 | cut -d '"' -f2` + PSEUDOBINDIR=`bitbake -e | grep --color=never STAGING_BINDIR_NATIVE=\" | cut -d '=' -f2 | cut -d '"' -f2` ret=$? if [ "$ret" != "0" ]; then exit 1