From: Alexandru Avadanii Date: Mon, 25 Sep 2017 21:09:24 +0000 (+0200) Subject: check-jinja2: Fix unsupported '-e' arg for columns X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F43069%2F1;p=securedlab.git check-jinja2: Fix unsupported '-e' arg for columns Change-Id: Id5827b2f260af215731ea819a9ffc6177648f788 Signed-off-by: Alexandru Avadanii (cherry picked from commit 43f10d006466459d0b1843c80311543db00ae664) --- diff --git a/check-jinja2.sh b/check-jinja2.sh index 09c5fa0..796157f 100755 --- a/check-jinja2.sh +++ b/check-jinja2.sh @@ -33,5 +33,5 @@ while IFS= read -r lab_config; do done < <(find 'pharos/config' 'labs' -name 'pod*.yaml') echo -e '\n' -echo -e "${SUMMARY}" | sed -e 's/^/;/g' -e 's/;/;| /g' | column -t -e -s ';' +echo -e "${SUMMARY}" | sed -e 's/^/;/g' -e 's/;/;| /g' | column -t -s ';' exit "${RC}"