❯ shellcheck INSTALL
In INSTALL line 14:
if [ "$(which semanage 2> /dev/null)" != '' ];then
^-- SC1009 (info): The mentioned syntax error was in this if expression.
^-- SC1073 (error): Couldn't parse this then clause. Fix to allow more checks.
In INSTALL line 15:
}
^-- SC1072 (error): Unexpected keyword/token. Fix any mentioned problems and try again.
For more information:
https://www.shellcheck.net/wiki/SC1072 -- Unexpected keyword/token. Fix any...
https://www.shellcheck.net/wiki/SC1073 -- Couldn't parse this then clause. ...
https://www.shellcheck.net/wiki/SC1009 -- The mentioned syntax error was in...
2 Likes