mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-25 23:34:55 +08:00
624 B
624 B
name, about, title, labels, assignees
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a new bug report |
For bugs with existing features
- Rule Id (if any, e.g. SC1000):
- My shellcheck version (
shellcheck --version
or "online"): - The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086)
- I tried on https://www.shellcheck.net/ and verified that this is still a problem on the latest commit
Here's a snippet or screenshot that shows the problem:
#!/bin/sh
your script here