diff options
author | Jason Rumney <jasonr@gnu.org> | 2004-10-25 19:57:18 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2004-10-25 19:57:18 +0000 |
commit | f9a8480b56fbcd7ed6bdfb81113c650dcd1d25d7 (patch) | |
tree | e42d5f887bc446375010a848bc9159073382693e /nt | |
parent | e3c9b21e83378ad3ba9315777decdfa4ba4c9049 (diff) | |
download | emacs-f9a8480b56fbcd7ed6bdfb81113c650dcd1d25d7.tar.gz |
Add note about MSYS sh.exe
Diffstat (limited to 'nt')
-rw-r--r-- | nt/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index 09de93bca01..a96f182452c 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -54,7 +54,9 @@ In addition, using 4NT as your shell is known to fail the build process, at least for 4NT version 3.01. Use cmd.exe, the default NT shell, - instead. + instead. MSYS sh.exe also appears to cause various problems. If you have + MSYS installed, try "make SHELL=cmd.exe" to force the use of cmd.exe + instead of sh.exe. sh exists no sh |