diff options
-rwxr-xr-x | build-aux/lint-src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/lint-src b/build-aux/lint-src index d536631..c41c785 100755 --- a/build-aux/lint-src +++ b/build-aux/lint-src @@ -90,7 +90,7 @@ get-dscname() { # File body ############################################################ - if grep -n --color=auto $'\\S\t' "$filename"; then + if grep -n --color=auto $'\\S.*\t' "$filename"; then err "$filename" 'uses tabs for alignment' fi done |