From 43f10d006466459d0b1843c80311543db00ae664 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 25 Sep 2017 23:09:24 +0200 Subject: check-jinja2: Fix unsupported '-e' arg for columns Change-Id: Id5827b2f260af215731ea819a9ffc6177648f788 Signed-off-by: Alexandru Avadanii --- check-jinja2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit 1.2.3-korg