diff options
| -rwxr-xr-x | sbolint | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1557,6 +1557,8 @@ sub check_script { if(!chown_ok($_)) { log_warning("$file:$lineno: chown should use : instead of . for user:group separator"); } + } elsif(/^[^#]*(SLCKFLAGS|PRGMAN|PGK)/) { + log_warning("$file:$lineno: $1 looks like a typo"); } if(/^[^#]*<documentation>/) { |
