From: grev Date: Fri, 16 Nov 2007 12:30:18 +0000 (+0000) Subject: b=12649 X-Git-Tag: v1_8_0_110~992 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=07d59bef228a1dc981fd00e72092a1947ae5f4a4;p=fs%2Flustre-release.git b=12649 escape ";" on log message to protect interpretation by shell --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index ea474f8..a1819b0 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1028,6 +1028,7 @@ log() { MSG=${MSG//\'/\\\'} MSG=${MSG//\(/\\\(} MSG=${MSG//\)/\\\)} + MSG=${MSG//\;/\\\;} local NODES=$(nodes_list) for NODE in $NODES; do do_node $NODE $LCTL mark "$MSG" 2> /dev/null || true