This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cygwin 1.7.7, User Variables, User Profiles


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 user@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]