Revision: 77202
          http://sourceforge.net/p/brlcad/code/77202
Author:   brlcad
Date:     2020-09-23 20:32:12 +0000 (Wed, 23 Sep 2020)
Log Message:
-----------
msys path conversion appears to be making test -e /dev/null succeed as well.  
lets try to tell msys to just cut it out, no conversions.

Modified Paths:
--------------
    brlcad/trunk/bench/run.sh

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2020-09-23 17:59:23 UTC (rev 77201)
+++ brlcad/trunk/bench/run.sh   2020-09-23 20:32:12 UTC (rev 77202)
@@ -68,6 +68,9 @@
 # force locale setting to C so things like date output as expected
 LC_ALL=C
 
+# stop git shell & msys2 arg manipulation (/dev/null, -F/dev/debug)
+export MSYS_NO_PATHCONV=1 MSYS2_ARG_CONV_EXCL="\*"
+
 # Windows has a special NUL device instead of /dev/null
 if test -e /dev/null ; then
     export NUL=/dev/null
@@ -591,9 +594,6 @@
     $ECHO "Using [$ELP] for ELP"
 fi
 
-# prevent git shell and msys2 from expanding -F/dev/debug
-export MSYS_NO_PATHCONV=1 MSYS2_ARG_CONV_EXCL="-F/dev/debug"
-
 # sanity check: make sure $RT runs
 eval \"$RT\" -s1 -F/dev/debug \"${DB}/moss.g\" LIGHT > $NUL 2>&1
 ret=$?

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to