diff options
author | Joey Hess <joey@kitenet.net> | 2008-04-28 14:15:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-04-28 14:15:38 -0400 |
commit | f3eda82c08833c9e60a3a8c82acc8c97d2ba771e (patch) | |
tree | 83a78fd186f6923bf9ef3492032b0bfb39ec7585 | |
parent | 0d80b13738c844f861def533203582eb7f318af7 (diff) |
web commit by JeremyReed: reply about perl version in filename too.
-rw-r--r-- | doc/bugs/taint_and_-T.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/taint_and_-T.mdwn b/doc/bugs/taint_and_-T.mdwn index 1822efa7d..bf5551201 100644 --- a/doc/bugs/taint_and_-T.mdwn +++ b/doc/bugs/taint_and_-T.mdwn @@ -24,3 +24,5 @@ line 1. >> I could look for "#!.*perl -T", if that would work. #!.*-T is perhaps >> over-broad. --[[Joey]] + +>>> Yes, being more precise should be fine. Note that some may have bin/perl5 or bin/perl5.8.8 for example, so please consider optional number, like ^(#!/.*/perl[0-9]*.*) -T$ or something like that. |