diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-16 16:21:51 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-11-16 16:21:51 -0800 |
commit | 23610ad7dfcffad14b71c0a2bdfa75997f1e8258 (patch) | |
tree | db98f246226151261f40d11fd833c9905c2c2e65 /indra/viewer_components/updater/scripts | |
parent | 13b77e3622de18ac8d06fdfffceb08990eb908f9 (diff) | |
parent | ad354324ca444d1fc71653e2ade799053a8d6f01 (diff) |
merge
Diffstat (limited to 'indra/viewer_components/updater/scripts')
-rw-r--r-- | indra/viewer_components/updater/scripts/windows/update_install.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/viewer_components/updater/scripts/windows/update_install.bat b/indra/viewer_components/updater/scripts/windows/update_install.bat index 44ccef010b..42e148a707 100644 --- a/indra/viewer_components/updater/scripts/windows/update_install.bat +++ b/indra/viewer_components/updater/scripts/windows/update_install.bat @@ -1,2 +1,3 @@ start /WAIT %1 /SKIP_DIALOGS
-IF ERRORLEVEL 1 ECHO ERRORLEVEL > %2
+IF ERRORLEVEL 1 ECHO %ERRORLEVEL% > %2
+DEL %1
|