-c
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
35387cbc61
commit
da8abcb770
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ __cdist_object_source()
|
|||
|
||||
__cdist_exec_fail_on_error()
|
||||
{
|
||||
sh -e -c "$1"
|
||||
sh -e "$1"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue