Revision: 41970
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41970&view=rev
Author:   brlcad
Date:     2011-01-06 04:14:48 +0000 (Thu, 06 Jan 2011)

Log Message:
-----------
try a more generic way to forcibly specify posix behavior: environment variables

Modified Paths:
--------------
    brlcad/trunk/sh/conversion.sh

Modified: brlcad/trunk/sh/conversion.sh
===================================================================
--- brlcad/trunk/sh/conversion.sh       2011-01-06 04:08:04 UTC (rev 41969)
+++ brlcad/trunk/sh/conversion.sh       2011-01-06 04:14:48 UTC (rev 41970)
@@ -60,7 +60,12 @@
 # force locale setting to C so things like date output as expected
 LC_ALL=C
 
+# force posix behavior
+POSIX_PEDANTIC=1
+POSIXLY_CORRECT=1
+export POSIX_PEDANTIC POSIXLY_CORRECT
 
+
 #######################
 # log to tty and file #
 #######################


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