update data to make _append's etc. appear. patch courtesy BB-Meister
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 23 May 2005 21:39:25 +0000 (21:39 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 23 May 2005 21:39:25 +0000 (21:39 +0000)
Zecke

bin/bbread

index cafdeab..83b262e 100755 (executable)
@@ -38,6 +38,7 @@ if len(sys.argv) == 2:
 
 # emit variables and shell functions
 try:
+    bb.data.update_data(d)
     bb.data.emit_env(sys.__stdout__, d, True)
 except bb.build.FuncFailed:
     pass