Merge branch 'master' into mkrpm

Esse commit está contido em:
Ardeshir Javaherchi
2014-10-15 15:21:01 -07:00
106 arquivos alterados com 1989 adições e 855 exclusões
+1 -1
Ver Arquivo
@@ -15,4 +15,4 @@ if [%2] == [] (
if exist %2 rmdir %2 /s /q
:: cp -rf %1 %2
xcopy %1 %2 /e /h /c /i /y /r
(robocopy %1 %2 /e) ^& IF %ERRORLEVEL% LEQ 1 exit 0