diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-09-14 11:38:15 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-09-14 11:38:15 +0000 |
commit | 7f4b74741f008aa8a915135058537da7ce57b292 (patch) | |
tree | d7aea6d09ed78024eb2181db7f3d93fa57eb6fbb /winsup/doc | |
parent | f199b0215c73fb875ab78e561626c69c4b170836 (diff) | |
download | newlib-7f4b74741f008aa8a915135058537da7ce57b292.zip newlib-7f4b74741f008aa8a915135058537da7ce57b292.tar.gz newlib-7f4b74741f008aa8a915135058537da7ce57b292.tar.bz2 |
New entry "My Windows logon name has a space in it, will this cause problems?"
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/install.texinfo | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/doc/install.texinfo b/winsup/doc/install.texinfo index deb0340..94c70c4 100644 --- a/winsup/doc/install.texinfo +++ b/winsup/doc/install.texinfo @@ -140,6 +140,22 @@ Good question! That very issue has been debated on the @samp{cygwin-apps} mailing list. Check the list archives if you want to know more. Start at @file{http://sources.redhat.com/cygwin/lists.html}. +@subsection My Windows logon name has a space in it, will this cause problems? + +Most definitely yes! UNIX shells (and thus Cygwin) use the space +character as a word delimiter. Under certain circumstances, it is +possible to get around this with various shell quoting mechanisms, but +you are much better off if you can avoid the problem entirely. + +In particular, the environment variables @samp{USER} and @samp{HOME} are +set for you in /etc/profile. By default these derive from your Windows +logon name. You may edit this file and set them explicitly to something +without spaces. + +(If you use the @samp{login} package or anything else that reads +/etc/passwd, you may need to make corresponding changes there. See the +README file for that package.) + @subsection How do I uninstall Cygwin? Setup has no automatic uninstall facility. Just delete everything |