From 241f66a537c32c346011d64c0cc7b7816df97b21 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Feb 2012 11:24:29 +0100 Subject: [PATCH] +quotes Signed-off-by: Nico Schottelius --- conf/type/__package_rubygem/gencode-remote | 2 +- conf/type/__package_yum/gencode-remote | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/type/__package_rubygem/gencode-remote b/conf/type/__package_rubygem/gencode-remote index cca016cf..4a8f21ee 100755 --- a/conf/type/__package_rubygem/gencode-remote +++ b/conf/type/__package_rubygem/gencode-remote @@ -46,7 +46,7 @@ else state_is="absent" fi -[ "$state_is" = "$state_should ] && exit 0 +[ "$state_is" = "$state_should" ] && exit 0 case "$state_should" in present) diff --git a/conf/type/__package_yum/gencode-remote b/conf/type/__package_yum/gencode-remote index 35e8bd6b..7f294a46 100755 --- a/conf/type/__package_yum/gencode-remote +++ b/conf/type/__package_yum/gencode-remote @@ -53,7 +53,7 @@ else state_is="present" fi -[ "$state_is" = "$state_should ] && exit 0 +[ "$state_is" = "$state_should" ] && exit 0 case "$state_should" in present)