Author: peterw
Date: Sun Oct 21 19:29:23 2007
New Revision: 29738
URL: http://svn.reactos.org/svn/reactos?rev=29738&view=rev
Log:
- Fix a typo/bug.
Modified:
trunk/tools/RosBE-Windows/Root/Build.cmd
Modified: trunk/tools/RosBE-Windows/Root/Build.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build.cmd…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Build.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Build.cmd Sun Oct 21 19:29:23 2007
@@ -71,7 +71,7 @@
:: directory fails then fall back on the current directory.
::
if %_ROSBE_WRITELOG% == 1 (
- if not exist "_ROSBE_LOGDIR\." (
+ if not exist "%_ROSBE_LOGDIR%\." (
mkdir "%_ROSBE_LOGDIR%" 1> NUL 2> NUL
if errorlevel 1 (
echo *** Error - Writing logs requested, but log directory doesn't ***