X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=25a530207447007fd5a17ee8d3eecbcb08fe4b8f;hp=abe9712ea3449e2383933df563a59064144679ee;hb=d5259dcf27ca06470f01b1a26b3834f23dc9380c;hpb=ebc05132095766ab0c1406f4c859f4dc0e9913df diff --git a/bin/fcscs b/bin/fcscs index abe9712..25a5302 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -958,7 +958,7 @@ my %setting = ( Example: # Select all non-whitespace characters when searching for paths. - $config{regex}{path} = qr{\S+}; + $config{regex}{path} = qr{(\S+)}; =cut my %regex = (