diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-16 15:21:35 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-11-16 15:21:35 -0800 |
commit | ad354324ca444d1fc71653e2ade799053a8d6f01 (patch) | |
tree | 02691358c3bc21278976b5d2b36fdcc6cdd1754c /indra | |
parent | 64876ea9459ed0e0f1673c5ec9ae67abea2280e2 (diff) |
clean up installer file after install.
Diffstat (limited to 'indra')
-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
|