Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-22 11:33:34 +01:00
parent 35387cbc61
commit da8abcb770
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ __cdist_object_source()
__cdist_exec_fail_on_error()
{
sh -e -c "$1"
sh -e "$1"
}