Since it's on topic, jumping the queue. On Dec 30, 2010, at 12:26 PM, Tom Browder wrote:
> 1. The script in v. 7.18.0 isn't working under Ubuntu: I at first > could get no output. Then I started commenting out various things and > got to this line: > > set -o posix >/dev/null 2>&1 > > which apparently quietly killed something. I changed the line to > this: > > set -o posix > > and got a response: > > set: 65: Illegal option -o posix > > What have I done wrong? You've not done anything wrong. Instead of removing the /dev/null redirect, just comment out that line by itself. See if it gets any further. Add the verbose flag for more detail. > 2. I have been doing some conversions with 7.18.0 and wonder if you > would like to get some or all of the bad regions for test cases. Ideally "yes", but practically speaking we have way more than enough failure cases even just with our simple sample geometry. No sense you wasting time isolating a failure case until/unless there is someone ready and willing to investigate. > Thanks, and Happy New Year to all BRL-CAD developers and fans! Likewise, Happy New Year! Cheers! Sean ------------------------------------------------------------------------------ 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 Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
