diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-07-27 21:13:16 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-07-27 21:13:16 +0000 |
commit | f11319a8f7b654c09b310ec11f63e4db6a3dbd6e (patch) | |
tree | 64bd03f6a22b9a15676b2ea7043e99e52c123753 /winsup/doc/how.texinfo | |
parent | b1b8c65b31069a4d25c89a328dc2ca122a28b365 (diff) | |
download | cygnal-f11319a8f7b654c09b310ec11f63e4db6a3dbd6e.tar.gz cygnal-f11319a8f7b654c09b310ec11f63e4db6a3dbd6e.tar.bz2 cygnal-f11319a8f7b654c09b310ec11f63e4db6a3dbd6e.zip |
Entry 'How should I set my PATH?': Don't omit Windows system directories.
Diffstat (limited to 'winsup/doc/how.texinfo')
-rw-r--r-- | winsup/doc/how.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/doc/how.texinfo b/winsup/doc/how.texinfo index b892b8bdd..04aa9cf80 100644 --- a/winsup/doc/how.texinfo +++ b/winsup/doc/how.texinfo @@ -135,7 +135,8 @@ Effectively, this @strong{prepends} /usr/bin and /usr/local/bin to your Windows system path. If you choose to reset your PATH, say in $HOME/.bashrc, then you should follow this rule. You @strong{must} have @code{/usr/bin} in your PATH @strong{before} any Windows system -directories. Otherwise you will likely encounter all sorts of problems +directories. (And you must not omit the Windows system directories!) +Otherwise you will likely encounter all sorts of problems running Cygwin applications. If you haven't messed up the default mounts, then @code{/bin} and |