diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-20 15:19:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-20 15:19:39 +0000 |
commit | e09dab061470154bb14d172f79c5589d232b3c12 (patch) | |
tree | 0657681c4a60c3e7903591a0641a18d0ea6b7ac0 /meta/classes/devshell.bbclass | |
parent | 4015d48fcfec627821e9dd420b6c37fa1c60369e (diff) | |
download | poky-e09dab061470154bb14d172f79c5589d232b3c12.tar.gz |
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r-- | meta/classes/devshell.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 118e5e4a2a..14f957e12b 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass | |||
@@ -1,8 +1,8 @@ | |||
1 | EXTRA_OEMAKE[export] = 1 | 1 | EXTRA_OEMAKE[export] = "1" |
2 | 2 | ||
3 | do_devshell[dirs] = "${S}" | 3 | do_devshell[dirs] = "${S}" |
4 | do_devshell[nostamp] = 1 | 4 | do_devshell[nostamp] = "1" |
5 | do_devshell[interactive] = 1 | 5 | do_devshell[interactive] = "1" |
6 | devshell_do_devshell() { | 6 | devshell_do_devshell() { |
7 | bash -i | 7 | bash -i |
8 | } | 8 | } |