diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-07 05:43:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-07 05:43:00 +0200 |
commit | 558e8c3118539a598ccea607b353f1873070924c (patch) | |
tree | 033fc0d38995a6847fc32a8155892ec24d6627e0 /BOOTSTRAP-MINGW.cli | |
parent | 12069ed3219a7331936646306aaa8e6ee02ce123 (diff) |
Handle lack of where command on Windows XP without Resource Kit
Note that we only do this for MinGW batch file/documentation since one cannot
install MSVC 14 on XP and that's the earliest version we support.
Diffstat (limited to 'BOOTSTRAP-MINGW.cli')
-rw-r--r-- | BOOTSTRAP-MINGW.cli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli index 790ccfc..764c66b 100644 --- a/BOOTSTRAP-MINGW.cli +++ b/BOOTSTRAP-MINGW.cli @@ -166,7 +166,8 @@ Next, we add the package repository, build, and install: > bpkg-stage install build2 bpkg \ -Finally, we verify the result: +Finally, we verify the result (note that the \c{where} command is not +available on Windows XP without the Resource Kit installed): \ > where b |