[oe-commits] Angus Ainslie : fso-paroli-image : fix variable assignment

GIT User account git at amethyst.openembedded.net
Wed May 20 00:28:43 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 424d0f96c5a34d8655f2e827357f1ab6f7562784
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=424d0f96c5a34d8655f2e827357f1ab6f7562784

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue May 19 18:08:43 2009 -0600

fso-paroli-image : fix variable assignment

---

 recipes/images/fso-paroli-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index 8133dac..7dbc29c 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -53,7 +53,7 @@ paroli_rootfs_postprocess() {
     curdir=$PWD
     cd ${IMAGE_ROOTFS}
     # set a default locale    
-    echo "export LC_ALL = en_CA.utf-8" >>./etc/profile
+    echo "export LC_ALL=en_CA.utf-8" >>./etc/profile
     cd $curdir
 }
 





More information about the Openembedded-commits mailing list