no exec anymore

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 20:30:20 +01:00
parent 1d093f1c37
commit 8660e59296
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ if [ ! -x "${__cdist_manifest_init}" ]; then
__cdist_exit_err "${__cdist_manifest_init} needs to be executable."
fi
mkdir -p "$(__cdist_output_dir)"
mkdir -p "${__cdist_output_dir}"
"${__cdist_manifest_init}"