[ros-diffs] [cwittich] 43579: lowercase the set command (to match RosBE coding style)
cwittich at svn.reactos.org
cwittich at svn.reactos.org
Sun Oct 18 23:06:37 CEST 2009
Author: cwittich
Date: Sun Oct 18 23:06:36 2009
New Revision: 43579
URL: http://svn.reactos.org/svn/reactos?rev=43579&view=rev
Log:
lowercase the set command (to match RosBE coding style)
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd?rev=43579&r1=43578&r2=43579&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd [iso-8859-1] Sun Oct 18 23:06:36 2009
@@ -43,7 +43,7 @@
set _ROSBE_MINGWMAKE=%_ROSBE_HOST_MINGWPATH%\bin\mingw32-make.exe
:: Fix Bison package path (just in case RosBE is installed in a path which contains spaces)
-SET BISON_PKGDATADIR=%~ds0%~sp0%i386\share\bison
+set BISON_PKGDATADIR=%~ds0%~sp0%i386\share\bison
:: Get the number of CPUs in the system so we know how many jobs to execute.
:: To modify the number used, see the cpucount usage for getting to know about the possible options
More information about the Ros-diffs
mailing list