andres.ramirez <[email protected]> writes: > Hi Michael.
Hi Andres, > Let me know If You need anything else. Could you, please, open /bin/sh on your busybox and apply the following commands (exactly as given here): --8<---------------cut here---------------start------------->8--- (PS1= ; while read d; do if test -x $d/ls -a -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'EOF' /bin /usr/bin /usr/sbin /usr/local/bin EOF ) --8<---------------cut here---------------end--------------->8--- What happens? > Best Regards Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
