summaryrefslogtreecommitdiffstats
path: root/tags/s/script-uses-bin-env.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/script-uses-bin-env.tag')
-rw-r--r--tags/s/script-uses-bin-env.tag7
1 files changed, 7 insertions, 0 deletions
diff --git a/tags/s/script-uses-bin-env.tag b/tags/s/script-uses-bin-env.tag
new file mode 100644
index 0000000..656ac5f
--- /dev/null
+++ b/tags/s/script-uses-bin-env.tag
@@ -0,0 +1,7 @@
+Tag: script-uses-bin-env
+Severity: warning
+Check: scripts
+Explanation: This script uses /bin/env as its interpreter (used to find the
+ actual interpreter on the user's path). There is no /bin/env on Debian
+ systems; env is instead installed as /usr/bin/env. Usually, the path to
+ env in the script should be changed.