mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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'?).