From 9af46445ad05d592a9fe6da98b146e6b170a04cb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 5 Feb 2011 19:10:48 +0100 Subject: [PATCH] +set -eu Signed-off-by: Nico Schottelius --- bin/cdist_tree_wrapper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cdist_tree_wrapper b/bin/cdist_tree_wrapper index d7a2af6c..69835716 100755 --- a/bin/cdist_tree_wrapper +++ b/bin/cdist_tree_wrapper @@ -28,6 +28,8 @@ [ $# -ge 1 ] || __cdist_usage " " +set -eu + echo "I am $__cdist_myname and have been called with $@" __cdist_id="$1"; shift