Open
Description
Hello,
I think that the use of '\e' should be warned by shellcheck to be non-POSIX compliant.
$ dash -c "printf '\e'"
\e$
$ bash -c "printf '\e'"
$
$ echo "printf '\e'" | shellcheck -s sh -
$
$ shellcheck -V
ShellCheck - shell script analysis tool
version: 0.10.0
license: GNU General Public License, version 3
website: https://www.shellcheck.net
Metadata
Metadata
Assignees
Labels
No labels