diff options
author | George Hazan <g.hazan@alol.io> | 2016-10-21 18:44:15 +0300 |
---|---|---|
committer | George Hazan <g.hazan@alol.io> | 2016-10-21 22:08:58 +0300 |
commit | 6b4e23886eade6f3b209e0f46ac6381cce1362e9 (patch) | |
tree | 7c8c4d7daf7b08ac4cf07cabe73c458cedb52c7a /git_read.cmd | |
parent | 56f1557792c32b409e6482f2b3a2fc12e3fa2fd5 (diff) |
correct long file path processing
Diffstat (limited to 'git_read.cmd')
-rw-r--r-- | git_read.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git_read.cmd b/git_read.cmd index 612c92bc81..ad40fb1e75 100644 --- a/git_read.cmd +++ b/git_read.cmd @@ -1,5 +1,5 @@ @echo off -git pull --rebase=true --progress -v 2>&1 >%temp%\report.txt +git pull --rebase=true --progress -v 2>&1 > "%temp%\report.txt" call .\build\make_ver.bat -start %temp%\report.txt +start "" "%temp%\report.txt" goto :eof |