We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c157c39 commit db2534aCopy full SHA for db2534a
lisp/doom-cli.el
@@ -1233,7 +1233,7 @@ Emacs' batch library lacks an implementation of the exec system call."
1233
("EMACSDIR" . ,doom-emacs-dir)
1234
("DOOMDIR" . ,doom-user-dir)
1235
("DEBUG" . ,(if init-file-debug "1"))
1236
- ("__DOOMSTEP" . ,(doom-cli-context-step context))
+ ("__DOOMSTEP" . ,(number-to-string (doom-cli-context-step context)))
1237
("__DOOMCONTEXT" . ,context-file))
1238
if val
1239
concat (format "%s=%s \\\n" envvar (shell-quote-argument val)))
0 commit comments