aboutsummaryrefslogtreecommitdiff
path: root/sbolint
diff options
context:
space:
mode:
Diffstat (limited to 'sbolint')
-rwxr-xr-xsbolint2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbolint b/sbolint
index cdf62da..4ae8b71 100755
--- a/sbolint
+++ b/sbolint
@@ -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>/) {