Martin Rubey wrote:
>
> Waldek Hebisch <[email protected]> writes:
>
> > As a brute-force solution you may try adding
> >
> > SHELL=/bin/sh
> > export SHELL
> >
> > to efricas script.
>
> yes, that's what I did, but I'd like to do a little better. (in
> particular, this only works for efricas, not for fricas.el used in the
> "standard" way)
>
Emacs manual says:
-- Function: start-process-shell-command name buffer-or-name command
This function is like start-process except that it uses a shell to execute
the specified command. The argument command is a shell command name. The
variable shell-file-name specifies which shell to use.
So try setting shell-file-name to '/bin/sh'.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.