Stefan Monnier <[EMAIL PROTECTED]> writes:

>> shell-file-name is /bin/bash.
>
> That's the bug.  `shell-file-name' should be /bin/sh.

Really? The doc says:

   shell-file-name is a variable defined in `C source code'.
   Its value is "/bin/bash"


   Documentation:
   *File name to load inferior shells from.
   Initialized from the SHELL environment variable, or to a system-dependent
   default if SHELL is not set.

   You can customize this variable.

Can you explain how this is a bug? In my case it gets its value from
the SHELL environment variable, I haven't customized it inside Emacs.

> As for your patch: it's an improvement because it relies less on the
> shell It could actually avoid the shell altogether now, which would
> avoid quoting problems.

Yes, we discussed that before. However, I feel that is a "clean up"
with should do after the release (Lennart won't agree with me
though... :)



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to