Revision: 77089
          http://sourceforge.net/p/brlcad/code/77089
Author:   brlcad
Date:     2020-09-09 03:41:33 +0000 (Wed, 09 Sep 2020)
Log Message:
-----------
turn off path conversion in msys2 and in git's customized msys-based shell.  
likely getting /dev/null conversion for free, so fix for that is next

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

Modified: brlcad/trunk/bench/run.sh
===================================================================
--- brlcad/trunk/bench/run.sh   2020-09-08 20:38:51 UTC (rev 77088)
+++ brlcad/trunk/bench/run.sh   2020-09-09 03:41:33 UTC (rev 77089)
@@ -584,10 +584,12 @@
     $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"
+
 # more sanity checks, make sure the binaries and scripts run
-eval \"$RT\" -s1 -o light.pix \"${DB}/moss.g\" LIGHT > /dev/null 2>&1
+eval \"$RT\" -s1 -F/dev/debug \"${DB}/moss.g\" LIGHT > /dev/null 2>&1
 ret=$?
-rm -f light.pix
 if test ! "x${ret}" = "x0" ; then
     $ECHO
     $ECHO "Running \"$RT\":"

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