]> git.ozlabs.org Git - next-scripts/commitdiff
check_fixes: allow no space between the SHA1 and subject
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 27 Jan 2019 03:30:31 +0000 (14:30 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 27 Jan 2019 03:30:31 +0000 (14:30 +1100)
check_fixes

index 14541b28ef9003a4bca214117ce7e4efb2f29975..79c82a5021b93438a65bce47612dcef846d67580 100755 (executable)
@@ -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