no exec anymore

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent 1d093f1c37
commit 8660e59296
  1. 2
      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}"

Loading…
Cancel
Save