From: Stephen Rothwell Date: Sun, 27 Jan 2019 03:30:31 +0000 (+1100) Subject: check_fixes: allow no space between the SHA1 and subject X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=eb1603ddae9ff69bf3fdae1512cbcd939edcc373;p=next-scripts check_fixes: allow no space between the SHA1 and subject --- diff --git a/check_fixes b/check_fixes index 14541b2..79c82a5 100755 --- a/check_fixes +++ b/check_fixes @@ -12,7 +12,7 @@ fi # This should be a git tree that contains *only* Linus' tree Linus_tree="${HOME}/kernels/linus.git" -split_re='^([[:xdigit:]]+)[[:space:]]+(.*)$' +split_re='^([[:xdigit:]]+)[[:space:]]*(.*)$' nl=$'\n' # Strip the leading and training spaces from a string