From 2830e2e894edc4f3d02dd996d8f376c0156a7ff2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 20 Mar 2011 02:12:35 +0100 Subject: [PATCH] -very verbose debug Signed-off-by: Nico Schottelius --- bin/cdist-code-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-code-run b/bin/cdist-code-run index 9528650d..229d4d1d 100755 --- a/bin/cdist-code-run +++ b/bin/cdist-code-run @@ -23,7 +23,7 @@ . cdist-config [ $# -eq 3 ] || __cdist_usage " " -set -uex +set -ue # This variable MUST be exactly like this - see __cdist_object_dir __cdist_out_object_dir="$1"; shift