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
This happens on Windows, but I suspect it would happen on any platform with a space in the path.
Error from Emacs 28.2:
Error (use-package): exec-path-from-shell/:init: Non-zero exit code from shell C:\Program Files\Git\usr\bin\bash.exe invoked with args ("-l" "-i" "-c" "c:/Program Files/Git/usr/bin/printf.exe '__RESULT\\000%s\\000%s\\000__RESULT' \"${PATH-d932e0941975cd140d6dd7a8f88c8420}\" \"${MANPATH-d932e0941975cd140d6dd7a8f88c8420}\""). Output was:
"bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
bash: c:/Program: No such file or directory
Actually, it would not happen on other platforms. The path of the shell is passed as a distinct argument to call-process, so on most platforms it can safely include spaces. I seem to recall (from other packages) that certain combinations of windows and bash exhibit this issue, though — it's the first time I've seen it reported here. It might depend on the type of installation of bash, but I can't really advise how best to address it.
This happens on Windows, but I suspect it would happen on any platform with a space in the path.
Error from Emacs 28.2:
Command prompt 'where' command:
The text was updated successfully, but these errors were encountered: