From: Brian Inglis Date: Sat, 4 Mar 2017 04:41:52 +0000 (+0000) Subject: ensure Windows system32 added to start of PATH X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64341831589f982903395cb8a88448718c59e068;p=thirdparty%2Fntp.git ensure Windows system32 added to start of PATH bk: 58ba4590vqJuocafxxezDwYoqLlXsw --- diff --git a/ports/winnt/scripts/mkver.bat b/ports/winnt/scripts/mkver.bat index 922fb4c97..4b0dcb8e6 100755 --- a/ports/winnt/scripts/mkver.bat +++ b/ports/winnt/scripts/mkver.bat @@ -20,6 +20,9 @@ see notes/remarks directly below this header: # # # Changes: +# 03/03/2017 Brian Inglis +# - ensure Windows system32 from COMSPEC added to start +# of PATH in case other find commands are on PATH # 02/20/2017 Brian Inglis # - add support for Windows 10 (Home maybe others) rename of # registry Time Zone info from ActiveTimeBias to Bias @@ -86,6 +89,7 @@ GOTO USAGE :BEGIN +SET PATH=%COMSPEC:\cmd.exe=%;%PATH% SET GENERATED_PROGRAM=%2 REM *****************************************************************************************************************