Revision: 41801
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41801&view=rev
Author:   brlcad
Date:     2010-12-27 20:05:40 +0000 (Mon, 27 Dec 2010)

Log Message:
-----------
ahh, bug in 7.14

Modified Paths:
--------------
    web/trunk/htdocs/more/sites/all/modules/brlcad/brlcad.inc

Modified: web/trunk/htdocs/more/sites/all/modules/brlcad/brlcad.inc
===================================================================
--- web/trunk/htdocs/more/sites/all/modules/brlcad/brlcad.inc   2010-12-27 
19:53:32 UTC (rev 41800)
+++ web/trunk/htdocs/more/sites/all/modules/brlcad/brlcad.inc   2010-12-27 
20:05:40 UTC (rev 41801)
@@ -160,7 +160,7 @@
   if(empty($script)) {
     return;
   }
-  $command = 'mged -c -r %s 2>&1 < %s';
+  $command = 'mged -c %s 2>&1 < %s'; /* should be mged -c -r but 7.14 has a 
read-only title command bug */
   $params = array($model, $script);
 
   $output = brlcad_run_command($command, $params, $env, $cwd);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to