Hi all, I try to invoke the "set" command over ssh to a Cygwin 1.7.7 server and would expect that I get the variables I have defined in $HOME/user/.profile
e.g: $HOME/user/.profile ... TEST=test export TEST .... ssh u...@host set ...SHELL=/bin/bash SHELLOPTS=braceexpand:hashall:interactive-comments SHLVL=1 SSH_CLIENT='10.2.10.163 2224 22' SSH_CONNECTION='10.2.10.163 2224 10.38.2.88 22' SYSTEMDRIVE=C: SYSTEMROOT='C:\Windows' TERM=dumb -> Missing TEST Variable UID=99010 USER=a00bend USERDOMAIN=SDVRZ USERNAME=a00bend USERPROFILE='C:\Users\a00bend' WINDIR='C:\Windows' ...... But I dont see the variables I defined in $HOME/user/.profile. What can I do? Regards Rudolf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple