do not use __global directly; manifest run works

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-07-27 00:14:04 +02:00
parent 41a0c1dc8a
commit 67ba0f7e9f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
# 2010-2011 Nico Schottelius (nico-cdist at schottelius.org)
#
# This file is part of cdist.
#
@ -39,7 +39,7 @@ __cdist_manifest_run()
export __cdist_manifest
# Export information for manifests - __cdist_out_dir comes from cdist-config
export __global="$__cdist_out_dir"
export $__cdist_name_var_global="$__cdist_out_dir"
################################################################################
# The actual run