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:
parent
6f330aed62
commit
b9ed62c6b4
@ -36,7 +36,7 @@ get_data() {
|
||||
|
||||
echo $("$@" | \
|
||||
awk -F'|' \
|
||||
"! /^+/ && \$${match_column} ~ \"^ *${regex} *\$\" \
|
||||
"! /^\+/ && \$${match_column} ~ \"^ *${regex} *\$\" \
|
||||
{ print \$${output_column} }")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user