__global is not where it seems to be :-)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-18 10:35:53 +01:00
parent e39a810685
commit 35a6eefc00
1 changed files with 2 additions and 2 deletions

View File

@ -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