From: Roland Häder Date: Sat, 7 Nov 2020 13:38:09 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cef9826aa5d82a0285ad557141334aa1636fdd19;p=core.git Continued: - maybe better cutting? Signed-off-by: Roland Häder --- 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