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