forked from ungleich-public/cdist
cleanups in bin/
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7431802b03
commit
9955dc74c6
4 changed files with 7 additions and 8 deletions
|
|
@ -36,7 +36,6 @@ code="$(__cdist_object_code "$__cdist_object")-${__cdist_gencode_type}"
|
|||
|
||||
echo "Checking code-${__cdist_gencode_type} for $__cdist_object ..."
|
||||
|
||||
|
||||
if [ -e "$code" ]; then
|
||||
if [ -f "$code" ]; then
|
||||
if [ -x "$code" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue