From: cgeoffroy Date: Tue, 11 Apr 2017 09:06:55 +0000 (+0200) Subject: Avoid using printheader X-Git-Tag: v3.1~34^2~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=46bbdf19d830cdfe939071c1364588a34aa554b0;p=osm%2Fvim-emu.git Avoid using printheader --- diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 9c227c8..677b673 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -26,7 +26,7 @@ W() { rm -f ${SUBF} if [ ! "$RES" = "0" ]; then sync - printheader "(Debug) Error while waiting for a pattern to appear in screenlog.0" + echo "(Debug) Error while waiting for a pattern to appear in screenlog.0" strings screenlog.0 fi return ${RES}