Fix #3781: command not found

Due to overzealous quoting.
This commit is contained in:
Henrik Lissner 2020-08-19 12:44:50 -04:00
parent 9b991fc29f
commit bb1e2247dd
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -72,7 +72,7 @@ byte-compiled from.")
(with-temp-file cache)
(if doom-interactive-p t
(message "Restarting..." )
(doom-cli-execute-lines-after "NOTANGLE=1 \"$@\"")
(doom-cli-execute-lines-after "NOTANGLE=1 $@")
(kill-emacs 0))))))
;;;###autoload