Ver Fonte

ADD: Redirect to NUL

Alexander Koblov há 9 anos atrás
pai
commit
c8705568e4
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/platform/svn2revisioninc.exe.cmd

+ 1 - 1
src/platform/svn2revisioninc.exe.cmd

@@ -13,7 +13,7 @@ IF ERRORLEVEL 1 goto EXIT
 
 set /P REVISION=<%REVISION_TXT%
 
-echo %REVISION% | find "Unversioned"
+echo %REVISION% | find "Unversioned" > nul
 
 IF NOT ERRORLEVEL 1 goto EXIT