emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master e82c4f5: Don't assume /bin/sh as the 'sh' locat


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master e82c4f5: Don't assume /bin/sh as the 'sh' location in the local host
Date: Wed, 02 Aug 2017 09:29:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

>     Don't assume /bin/sh as the 'sh' location in the local host
[...]
> +                            (and (bound-and-true-p explicit-shell-file-name)
> +                                 (executable-find explicit-shell-file-name))

Hmm... why did you choose explicit-shell-file-name over shell-file-name?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]