diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-06 19:38:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-06 19:38:01 +0000 |
commit | 6f0ca7a10c8ef8c64522ad98ab03698569c8caa4 (patch) | |
tree | 83d119a526394948e6538f1d9f50cca9b483f1e8 /tools/installer_ng/compile.bat | |
parent | 663e65fe74e2429fb61d93f56855b8656a1d6463 (diff) |
Installer: prevent double writing to the same file, don't leave tmp dir if there is nothing to do
git-svn-id: http://svn.miranda-ng.org/main/trunk@5983 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng/compile.bat')
-rw-r--r-- | tools/installer_ng/compile.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer_ng/compile.bat b/tools/installer_ng/compile.bat index d5cba179a7..5570d018d8 100644 --- a/tools/installer_ng/compile.bat +++ b/tools/installer_ng/compile.bat @@ -7,6 +7,7 @@ Tools\wget.exe -O tmp\build.no http://svn.miranda-ng.org/main/trunk/build/build. pushd tmp
%GetVer%
popd
+if exist tmp rd /S /Q tmp
goto esclocal
:localgetver
pushd ..\..\build
|