From eb1603ddae9ff69bf3fdae1512cbcd939edcc373 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 27 Jan 2019 14:30:31 +1100 Subject: [PATCH] check_fixes: allow no space between the SHA1 and subject --- check_fixes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5