fix(cli): convert __DOOMSTEP to string
To avoid a type error.
Amend: 0ecf69afaf
Ref: #6970
This commit is contained in:
parent
c157c39f4a
commit
db2534aa29
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +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))
|
||||
("__DOOMSTEP" . ,(number-to-string (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