From 35a6eefc00882e9aa7e94098a0879bdbe6c5751d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 18 Mar 2011 10:35:53 +0100 Subject: [PATCH] __global is not where it seems to be :-) Signed-off-by: Nico Schottelius --- bin/cdist-manifest-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cdist-manifest-run b/bin/cdist-manifest-run index 23c6792a..892f27cf 100755 --- a/bin/cdist-manifest-run +++ b/bin/cdist-manifest-run @@ -43,8 +43,8 @@ export __cdist_conf_dir # Used to record the source in the object export __cdist_manifest -# Export information for manifests -export __global="$__cdist_out_object_dir" +# Export information for manifests - __cdist_out_dir comes from cdist-config +export __global="$__cdist_out_dir" ################################################################################ # The actual run