Author: ruschein
Date: 2010-06-01 16:24:11 -0700 (Tue, 01 Jun 2010)
New Revision: 20398

Modified:
   cytoscape/trunk/resources/bin/gen_vmoptions.bat
Log:
Fixed a typo.

Modified: cytoscape/trunk/resources/bin/gen_vmoptions.bat
===================================================================
--- cytoscape/trunk/resources/bin/gen_vmoptions.bat     2010-06-01 23:23:09 UTC 
(rev 20397)
+++ cytoscape/trunk/resources/bin/gen_vmoptions.bat     2010-06-01 23:24:11 UTC 
(rev 20398)
@@ -4,7 +4,7 @@
 :: we're dealing with a 32 bit or 64 bit JVM.
 
 java -version 2>&1 | FINDSTR /I 64-Bit > %TMP%\MATCH.TXT
-IF /F %%A in ('DIR %TMP%\MATCH.TXT') DO (
+FOR /F %%A in ('DIR %TMP%\MATCH.TXT') DO (
        IF %%~zA LSS 1 GOTO 32bit
 )
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to