Escape awk + sign so heat-keystone-setup works on Ubuntu 12.04

plus sign needs escaping

Change-Id: Ia03f1eb213c806d13e88a435023ede8511ddfa4f
Fixes: bug #126723
This commit is contained in:
sdake 2013-02-15 16:25:34 -07:00
parent 6f330aed62
commit b9ed62c6b4

View File

@ -36,7 +36,7 @@ get_data() {
echo $("$@" | \
awk -F'|' \
"! /^+/ && \$${match_column} ~ \"^ *${regex} *\$\" \
"! /^\+/ && \$${match_column} ~ \"^ *${regex} *\$\" \
{ print \$${output_column} }")
}