remove env variable list when error occurs.
syntax.
This commit is contained in:
@@ -35,7 +35,7 @@ alias set_parent_dir_of `for %%a in ("%2") do set "%1=%%~dpa%%"`
|
||||
REM Helpers for the script
|
||||
REM Give some info on what's happening, both in the log and on the screen
|
||||
alias remtrace `echo %$ & echo -------------------------------- & echo -------------------------------- >>& %INSTALL_LOG & echo %$ >>& %INSTALL_LOG`
|
||||
alias remerror `remtrace ERROR %$ & echo -------------------------------- >>& %ERROR_LOG% & echo %$ >>& %ERROR_LOG & set >>& %ERROR_LOG & echo ======================== >>& %ERROR_LOG `
|
||||
alias remerror `remtrace ERROR %$ & echo -------------------------------- >>& %ERROR_LOG% & echo %$ >>& %ERROR_LOG & echo ======================== >>& %ERROR_LOG `
|
||||
REM Give info concerning the elapsed time
|
||||
alias give_time_to `remtrace time used to %$: & remtrace %@TIMER[1] & TIMER ON /1 >> NUL`
|
||||
REM Clean exit
|
||||
|
||||
Reference in New Issue
Block a user