koalaman / shellcheck

ShellCheck, a static analysis tool for shell scripts
https://www.shellcheck.net
GNU General Public License v3.0
36.23k stars 1.77k forks source link

Wrong rule when sh script uses `disown` #2832

Open SpyrosRoum opened 1 year ago

SpyrosRoum commented 1 year ago

For bugs

For new checks and feature suggestions

Here's a snippet or screenshot that shows the problem:

#!/usr/bin/sh

prog & disown

Here's what shellcheck currently says:

In ./ Githubissues.

  • Githubissues is a development platform for aggregating issues.