[ros-diffs] [peterw] 29738: - Fix a typo/bug.

peterw at svn.reactos.org peterw at svn.reactos.org
Sun Oct 21 17:29:24 CEST 2007


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?rev=29738&r1=29737&r2=29738&view=diff
==============================================================================
--- 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 ***




More information about the Ros-diffs mailing list