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

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

bug#41099: 28.0.50; TRAMP process-file ignores exit status of remote pro


From: Michael Albinus
Subject: bug#41099: 28.0.50; TRAMP process-file ignores exit status of remote process
Date: Tue, 05 May 2020 21:25:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Philipp Stephani <p.stephani2@gmail.com> writes:

> It looks like `tramp-send-command-and-check' should not just search
> for the exit code, but also return it.

No, most use cases a simple nil or t is appropriate. Otherwise, you would
need to check always (zerop (tramp-send-command-and-check ...)). But in
tramp-sh-handle-process-file, it shall return the exit code (indicated
by an optional argument).

Same for tramp-adb-send-command-and-check, called in 
tramp-adb-handle-process-file.

Best regards, Michael.





reply via email to

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