From 8660e5929662dfa4fcbdbc4bf4faf21532691931 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Feb 2011 20:30:20 +0100 Subject: [PATCH] no exec anymore Signed-off-by: Nico Schottelius --- bin/cdist-manifest-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-manifest-run b/bin/cdist-manifest-run index cf8417cc..3a2c4058 100755 --- a/bin/cdist-manifest-run +++ b/bin/cdist-manifest-run @@ -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}"