doom-emacs/bin
Jeff Kowalski 29e30e8af4 fix(cli): follow-on syntax fixes to #6772
While fixing #6772, we also address several other issues found by
sh-shellcheck:

L47C39 SC1007:Remove space after = if trying to assign a value
(for empty string, use var='' ... ).

L47C46 SC2046:Quote this to prevent word splitting.

L62C20 SC2086:Double quote to prevent globbing and word splitting.

L82C9  SC2154:tmpdir is referenced but not assigned
(did you mean 'TMPDIR'?).
2022-09-12 11:44:11 +02:00
..
doom refactor(cli): throw error if Doom fails to load 2022-09-10 18:36:23 +02:00
doom.cmd bin/doom.cmd: update reference to doom-run-all-startup-hooks-h 2019-09-13 22:00:34 -04:00
doomscript fix(cli): follow-on syntax fixes to #6772 2022-09-12 11:44:11 +02:00
org-capture fix(cli): "Unknown terminal type" error on bin/org-capture 2021-11-24 22:03:21 +01:00
org-tangle refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00