cleanups + new __cdist_exit_err

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 14:55:28 +01:00
commit f7f687995b
5 changed files with 23 additions and 7 deletions

View file

@ -38,4 +38,4 @@ ls -1 > "${__cdist_tmp_file}"
mkdir -p "${__cdist_cache_bin}"
while read type; do
ln -s "${__cdist_tree_wrapper}" "${__cdist_cache_bin}/${__cdist_bin_prefix}${type}"
done
done < "${__cdist_tmp_file}"