From da8abcb770bbec48812f6e5173b0796cb58f3f0b Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@kr.ethz.ch>
Date: Tue, 22 Feb 2011 11:33:34 +0100
Subject: [PATCH] -c

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
---
 bin/cdist-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cdist-config b/bin/cdist-config
index e0a40505..445c5b32 100755
--- a/bin/cdist-config
+++ b/bin/cdist-config
@@ -181,7 +181,7 @@ __cdist_object_source()
 
 __cdist_exec_fail_on_error()
 {
-   sh -e -c "$1"
+   sh -e "$1"
 }