- add 'getvar' to print out a variable from the outer environment
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 16 Jun 2005 16:43:08 +0000 (16:43 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 16 Jun 2005 16:43:08 +0000 (16:43 +0000)
commited02c29396ba8891e185dcc820fc5cce9fc768d9
treec611a22ee2cb0ec5a1c986bf961e51d9e16178e8
parent7b98e16b246298835d10b9a09c57c0b71ca2e66a
- add 'getvar' to print out a variable from the outer environment
- 'print' now serves a different purpose, it lists either all bbfiles or all providers
- add '|' to allow the output of commands be piped into grep, sort, and friends: Hint try:
  parse; print files | grep opie
- internal: add debugOut()
lib/bb/shell.py