Fix A variable.
authorChris Larson <clarson@kergoth.com>
Sat, 22 May 2004 00:14:36 +0000 (00:14 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 22 May 2004 00:14:36 +0000 (00:14 +0000)
bin/oe/parse/OEHandler.py

index 6bf1506..a8bf9a8 100644 (file)
@@ -344,7 +344,7 @@ def set_additional_vars(file, d, include):
 
     a += fetch.localpaths(d)
     del fetch
-    data.setVar('A', "".join(a), d)
+    data.setVar('A', " ".join(a), d)
 
 
 # Add us to the handlers list