Author: ruschein
Date: 2010-10-11 15:03:00 -0700 (Mon, 11 Oct 2010)
New Revision: 22205

Modified:
   cytoscape/trunk/distribution/src/main/bin/cytoscape.sh
Log:
Fixed a bad path.

Modified: cytoscape/trunk/distribution/src/main/bin/cytoscape.sh
===================================================================
--- cytoscape/trunk/distribution/src/main/bin/cytoscape.sh      2010-10-11 
20:12:31 UTC (rev 22204)
+++ cytoscape/trunk/distribution/src/main/bin/cytoscape.sh      2010-10-11 
22:03:00 UTC (rev 22205)
@@ -11,7 +11,7 @@
     "$script_path/gen_vmoptions.sh"
 fi
 
-if [ -r Cytoscape.vmoptions ]; then
+if [ -r $HOME/.cytoscape/Cytoscape.vmoptions ]; then
     java `cat "$HOME/.cytoscape/Cytoscape.vmoptions"` -jar 
"$script_path/cytoscape.jar" -p "$script_path/plugins" "$@"
 else # Just use sensible defaults.
     java -d64 -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd -Xss10M 
-Xmx1550M \

-- 
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