summaryrefslogtreecommitdiffstats
path: root/tags/e/example-script-uses-bin-env.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/e/example-script-uses-bin-env.tag')
-rw-r--r--tags/e/example-script-uses-bin-env.tag7
1 files changed, 7 insertions, 0 deletions
diff --git a/tags/e/example-script-uses-bin-env.tag b/tags/e/example-script-uses-bin-env.tag
new file mode 100644
index 0000000..3b8aab8
--- /dev/null
+++ b/tags/e/example-script-uses-bin-env.tag
@@ -0,0 +1,7 @@
+Tag: example-script-uses-bin-env
+Severity: info
+Check: scripts
+Explanation: This example 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.