diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-11-07 10:18:54 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-11-08 21:14:57 +0530 |
commit | 5ca7bc53074cb32915fa807c06aa520f22f4889a (patch) | |
tree | 7a892b15be8b3e7075aa824036b04a89697f5128 /Makefile | |
parent | 240c0d355cdce698f1db55335caa3a6fb1b6c1d7 (diff) |
refactor: disable shell "strict" mode
It looks like there's no reliable way to enable a shell "strict" mode
globally in a script without dealing with certain caveats and edge cases
or making code cluttered with `${1-}` instead of simply `$1`. I'm not
gonna use shell "strict" any longer and instead try to write saner code
and rely on shellcheck.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions