forked from ungleich-public/cdist
s/||/&&/
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
1f5fee5bad
commit
40068d68de
1 changed files with 1 additions and 1 deletions
|
@ -51,4 +51,4 @@ cat << eof
|
|||
|
||||
eof
|
||||
|
||||
[ -x "$gencode" ] || __cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
|
||||
[ -x "$gencode" ] && __cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
|
||||
|
|
Loading…
Reference in a new issue