| 1 | # A list of files that are known not to conform to the OSH language.
|
| 2 |
|
| 3 | # `# comment` trick doesn't parse because comments go to EOL. Could change
|
| 4 | # this?
|
| 5 | cloud/sandstorm/install.sh
|
| 6 |
|
| 7 | esoteric/setup.shl/bin/setup # associative array ambiguity (key should be quoted)
|
| 8 |
|
| 9 | exp/shootout/timing.sh # the $(( )) ambiguity
|
| 10 |
|
| 11 | linux-4.8.7/tools/perf/perf-with-kcore.sh # another $(( )) ambiguity
|
| 12 |
|
| 13 | # These four have unexpected arguments to exit. We statically parse that.
|
| 14 | shell/modernish/uninstall.sh
|
| 15 | shell/modernish/share/doc/modernish/examples/get-firefox.sh
|
| 16 | shell/modernish/share/doc/modernish/examples/copy-timestamps.sh
|
| 17 | shell/modernish/share/doc/modernish/examples/testshells.sh
|