build.bat: fixed comment so it doesn't throw "system cannot find drive specified"
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/1e5650d4 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/1e5650d4 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/1e5650d4 Branch: refs/heads/api-work Commit: 1e5650d453ef283dc5c87ebd3a1c5b9e311b16ea Parents: 1a20d6a Author: Shad Storhaug <[email protected]> Authored: Wed Apr 12 21:55:34 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Wed Apr 12 21:55:34 2017 +0700 ---------------------------------------------------------------------- build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/1e5650d4/build.bat ---------------------------------------------------------------------- diff --git a/build.bat b/build.bat index fa3d3fc..ef7e0df 100644 --- a/build.bat +++ b/build.bat @@ -32,9 +32,9 @@ setlocal enabledelayedexpansion enableextensions REM Default values IF "%version%" == "" ( - :: If version is not supplied, our build script should parse it - :: from the %PackageVersion% variable. We determine this by checking - :: whether it is 0.0.0 (uninitialized). + REM If version is not supplied, our build script should parse it + REM from the %PackageVersion% variable. We determine this by checking + REM whether it is 0.0.0 (uninitialized). set version=0.0.0 ) IF "%PackageVersion%" == "" (
