diff options
-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 |