remove automatic __ prefixing of types
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
344d59005b
commit
d9a07bfa3e
2 changed files with 1 additions and 4 deletions
|
@ -38,5 +38,5 @@ ls -1 > "${__cdist_tmp_file}"
|
|||
# Create binaries
|
||||
mkdir -p "${__cdist_cache_bin}"
|
||||
while read type; do
|
||||
ln -sf "${__cdist_tree_wrapper}" "${__cdist_cache_bin}/${__cdist_bin_prefix}${type}"
|
||||
ln -sf "${__cdist_tree_wrapper}" "${__cdist_cache_bin}/${type}"
|
||||
done < "${__cdist_tmp_file}"
|
||||
|
|
|
@ -75,9 +75,6 @@ __cdist_abs_myname="$__cdist_abs_mydir/$__cdist_myname"
|
|||
################################################################################
|
||||
# Other constants
|
||||
|
||||
# Used for generating binaries in cdist-build-bin
|
||||
__cdist_bin_prefix="__"
|
||||
|
||||
# Used for IDs
|
||||
__cdist_sane_regexp='[A-Za-z0-9]*[-A-Za-z0-9_]*'
|
||||
|
||||
|
|
Loading…
Reference in a new issue