mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-24 11:59:57 +00:00
Fix it. Now DrFred's Tool FULLY runs.
svn path=/trunk/tools/RosBE-Windows/; revision=333
This commit is contained in:
parent
58bf797e96
commit
f97ea2be1f
@ -42,7 +42,8 @@ if not exist "%CD%\RosBE-Logs\." (
|
||||
) else (
|
||||
set _ROSBELOGDIR=%CD%\RosBE-Logs
|
||||
)
|
||||
) else (
|
||||
)
|
||||
if %logdiff% == 1 (
|
||||
if not exist "%ROSBE_LOGPATH%\." (
|
||||
echo LogFolder does not exist.
|
||||
) else (
|
||||
|
Loading…
Reference in New Issue
Block a user