mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(cli): increment __DOOMSTEP in elisp instead
Some shells (like ksh on SDF) may complain about $((...)) arithmetic expansion syntax. Rather than wrestle with old shells, I'll offload this trivial operation to elisp instead. Close: #6970
This commit is contained in:
parent
d883863b91
commit
0ecf69afaf
3 changed files with 3 additions and 2 deletions
|
|
@ -1233,6 +1233,7 @@ Emacs' batch library lacks an implementation of the exec system call."
|
|||
("EMACSDIR" . ,doom-emacs-dir)
|
||||
("DOOMDIR" . ,doom-user-dir)
|
||||
("DEBUG" . ,(if init-file-debug "1"))
|
||||
("__DOOMSTEP" . ,(doom-cli-context-step context))
|
||||
("__DOOMCONTEXT" . ,context-file))
|
||||
if val
|
||||
concat (format "%s=%s \\\n" envvar (shell-quote-argument val)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue