From: Mitko Haralanov Date: Fri, 10 Jan 2014 16:41:32 +0000 (-0500) Subject: truescale.cmds: Fix quoting issues in truescale.cmds X-Git-Tag: compat-rdma-2014-01-30~6^2~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f3aa0f26824a97ec9df625a0b7d333fc441f9f1a;p=~emulex%2Ffor-vlad%2Fcompat-rdma.git truescale.cmds: Fix quoting issues in truescale.cmds Missed quotes create an issue with shell special characters. Fix by quoting string. Signed-off-by: Mitko Haralanov --- diff --git a/ofed_scripts/truescale.cmds b/ofed_scripts/truescale.cmds index 693cb0b..26a1acb 100644 --- a/ofed_scripts/truescale.cmds +++ b/ofed_scripts/truescale.cmds @@ -190,7 +190,7 @@ setup_qme() if [ -e /sys/module/ib_qib/parameters/qme_bp ]; then read bpver < /sys/module/ib_qib/parameters/qme_bp if [ ${bpver} -ne 0 -a ${bpver} -ne 1 ]; then - warn_and_log Invalid Dell backplane version (${bpver}). Defaulting to 1. + warn_and_log "Invalid Dell backplane version (${bpver}). Defaulting to 1." bpver=1 fi fi