From cef9826aa5d82a0285ad557141334aa1636fdd19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 7 Nov 2020 14:38:09 +0100 Subject: [PATCH] Continued: - maybe better cutting? MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/missing-methods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/missing-methods.sh b/contrib/missing-methods.sh index a4105c7a..9428ec31 100755 --- a/contrib/missing-methods.sh +++ b/contrib/missing-methods.sh @@ -8,4 +8,4 @@ then exit 255 fi -grep __call "${DEBUG_FILE}" |cut -d ":" -f 5-7|cut -d "[" -f 2|cut -d "]" -f 1 +grep __call "${DEBUG_FILE}" | cut -d "[" -f 4 | cut -d "]" -f 1 -- 2.39.2