summaryrefslogtreecommitdiffstats
path: root/tags/e/example-interpreter-not-absolute.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/e/example-interpreter-not-absolute.tag')
-rw-r--r--tags/e/example-interpreter-not-absolute.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/e/example-interpreter-not-absolute.tag b/tags/e/example-interpreter-not-absolute.tag
new file mode 100644
index 0000000..a35e21b
--- /dev/null
+++ b/tags/e/example-interpreter-not-absolute.tag
@@ -0,0 +1,9 @@
+Tag: example-interpreter-not-absolute
+Severity: info
+Check: scripts
+Explanation: This example script uses a relative path to locate its interpreter.
+ This path will be taken relative to the caller's current directory, not
+ the script's, so a user will probably not be able to run the example
+ without modification. This tag can also be caused by script headers like
+ <code>#!@BASH@</code>, which usually mean that the examples were copied out
+ of the source tree before proper Autoconf path substitution.