From cffdfb0f4bd8b341674f5ffec9646e8d02ecba49 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 1 Jul 2018 20:12:38 +0200 Subject: cpmq: hide analyzing messages --- system/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.profile b/system/.profile index ab75815..b9668c9 100644 --- a/system/.profile +++ b/system/.profile @@ -10,7 +10,7 @@ cpmq() { res="$(cpm $@)" echo "$res" | grep -i 'Error' >/dev/null if [ $? -eq 0 ]; then - echo "$res" | grep -i '^\|Error\|Warning' + echo "$res" | grep -v Analyzing | grep -i '^\|Error\|Warning' return -1 else echo "$res" | grep --color=never -i 'Finished making.' -- cgit v1.2.3