You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@conao3
I found that start-process have this same issue. It should be because the shebang :;exec ${EMACS:-emacs} --batch -l "$0" -- "$@" is too difficult for Emacs to interpret.
Therefore, I would like to rewrite the executable keg to normal bash script. What do you think?
Maybe because eshell cannot deal with
exec
command.The text was updated successfully, but these errors were encountered: