bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#27167: eshell/sudo doesn't handle absolute command names correctly


From: npostavs
Subject: bug#27167: eshell/sudo doesn't handle absolute command names correctly
Date: Wed, 07 Jun 2017 08:53:34 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux)

tags 27167 unreproducible
quit

Yegor Timoshenko <yegortimoshenko@gmail.com> writes:

> Example (in M-x eshell):
>
> $ touch example
> $ /bin/cat example
> $ sudo /bin/cat example
> /sudo:root@localhost:/Users/yegortimoshenko/bin/cat: command not found

Works for me, can you reproduce this from 'emacs -Q'?  What Emacs
version are you using?

    Welcome to the Emacs shell

    ~/src $ touch example
    ~/src $ sudo /bin/cat example
    [sudo] password for npostavs: 
    ~/src $ 





reply via email to

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