summaryrefslogtreecommitdiffstats
path: root/tags/m/maintainer-shell-script-fails-syntax-check.tag
blob: 51fe715b1e98761438fc35e78a2287a13d4d1545 (plain)
1
2
3
4
5
6
7
8
Tag: maintainer-shell-script-fails-syntax-check
Severity: error
Check: script/syntax
Explanation: Running this shell script with the shell's -n option set fails,
 which means that the script has syntax errors. This will likely make
 the package uninstallable.
 .
 Run e.g. <code>sh -n yourscript</code> to see the errors yourself.