From f3aa0f26824a97ec9df625a0b7d333fc441f9f1a Mon Sep 17 00:00:00 2001 From: Mitko Haralanov Date: Fri, 10 Jan 2014 11:41:32 -0500 Subject: [PATCH] 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 --- ofed_scripts/truescale.cmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0