From 4ecffa7d5999e63a40256b0a515eb82ca198ceef Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 19 Jun 2013 11:31:21 +0200 Subject: [PATCH] fix typo in __process Signed-off-by: Nico Schottelius --- cdist/conf/type/__process/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__process/gencode-remote b/cdist/conf/type/__process/gencode-remote index f178f706..41bc5381 100755 --- a/cdist/conf/type/__process/gencode-remote +++ b/cdist/conf/type/__process/gencode-remote @@ -27,7 +27,7 @@ fi parameter_state="$__object/parameter/state" if [ -f "$_parameter_state" ]; then - state_should=(cat "$__object/parameter/state") + state_should=$(cat "$__object/parameter/state") else state_should="present" fi