From 18b7a2a39c8dad827dc48e4fee268f5a8bcf0dbb Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 22 May 2004 00:14:36 +0000 Subject: Fix A variable. --- bin/oe/parse/OEHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py index 6bf150636..a8bf9a888 100644 --- a/bin/oe/parse/OEHandler.py +++ b/bin/oe/parse/OEHandler.py @@ -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 -- cgit 1.2.3-korg