aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/neomutt.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-16 03:30:41 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-01 20:33:10 -0300
commitf08c378d5a837ee803c74a4a6b70c84e6e010136 (patch)
treeeab8f8d8bface74c54b8df2f4a7fbd2e49a6dec1 /etc/profile-m-z/neomutt.profile
parentconfig.sh.in: quote all variables (diff)
downloadfirejail-f08c378d5a837ee803c74a4a6b70c84e6e010136.tar.gz
firejail-f08c378d5a837ee803c74a4a6b70c84e6e010136.tar.zst
firejail-f08c378d5a837ee803c74a4a6b70c84e6e010136.zip
config.sh.in: fix all issues reported by shellcheck
Fix the following error and warnings: $ shellcheck --version | grep ^version: version: 0.8.0 $ shellcheck config.sh.in In config.sh.in line 1: # @configure_input@ ^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. In config.sh.in line 3: NAME=@PACKAGE_NAME@ ^--^ SC2034 (warning): NAME appears unused. Verify use (or export if used externally). In config.sh.in line 4: VERSION=@PACKAGE_VERSION@ ^-----^ SC2034 (warning): VERSION appears unused. Verify use (or export if used externally). For more information: https://www.shellcheck.net/wiki/SC2148 -- Tips depend on target shell and y... https://www.shellcheck.net/wiki/SC2034 -- NAME appears unused. Verify use (... Relates to #5140.
Diffstat (limited to 'etc/profile-m-z/neomutt.profile')
0 files changed, 0 insertions, 0 deletions