On Sat, Jul 17, 2010 at 4:14 AM, Michael Albinus <[email protected]>wrote:
> Terrence Brannon <[email protected]> writes: > > > ... the real kicker is that the 'which' command is in /usr/bsd/which and > > tramp could not find it: output is at http://gist.github.com/478859 and > > also below > > I see. "getconf PATH" returns on your remote machine (IRIX64) just > "/usr/bin". As a result, Tramp sets your $PATH variable to > "/usr/bin:/usr/sbin:/usr/local/bin", which is not sufficient. > > You should eval the following line after loading Tramp: > > (add-to-list 'tramp-remote-path "/usr/bsd") > > yes, that is done. and 'which' is now found, but /tmp/456 is the same r...@aim:/tmp > cat 456 syntax error at -e line 3, near ");" Execution of -e aborted due to compilation errors. r...@aim:/tmp > and here is the debug output: http://gist.github.com/481885
_______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
