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

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

bug#56333: 29.0.50; Trying to uncompress through Tramp: /bin/sh: 195: /u


From: Michael Albinus
Subject: bug#56333: 29.0.50; Trying to uncompress through Tramp: /bin/sh: 195: /usr/bin/bash: not found
Date: Sat, 02 Jul 2022 13:23:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jean Louis <bugs@gnu.support> writes:

Hi Jean,

> I would not know how to debug this. I have tried using Z on remote host:
> /scp:example.com:/var/www/websites/www.example.com
>
> on a file like web.tar.gz
>
> and I got this error in new opened buffer *dired-check-process output*:
>
> /bin/sh: 195: /usr/bin/bash: not found

In dired-shell-command, the variable shell-file-name is used. This is
"/usr/bin/bash" in your case, and it doesn't exist on the remote host.

I've changed this function to use the connection-local value instead
("/bin/sh" by default). This should fix it.

Pushed to master. Could you, pls, check?

Best regards, Michael.





reply via email to

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