Revision: 76711
          http://sourceforge.net/p/brlcad/code/76711
Author:   starseeker
Date:     2020-08-11 20:21:19 +0000 (Tue, 11 Aug 2020)
Log Message:
-----------
Git sh.exe is getting detected by CMake on the git runner, which is populating 
SH_EXEC in CMake and activating logic previously always dormant on Windows.  
Expand the ensearch directory set - will also need to figure out something for 
benchmark...

Modified Paths:
--------------
    brlcad/branches/RELEASE/regress/library.sh

Modified: brlcad/branches/RELEASE/regress/library.sh
===================================================================
--- brlcad/branches/RELEASE/regress/library.sh  2020-08-11 19:19:14 UTC (rev 
76710)
+++ brlcad/branches/RELEASE/regress/library.sh  2020-08-11 20:21:19 UTC (rev 
76711)
@@ -207,7 +207,11 @@
 # script's location
 ensearch ( ) {
     ensearch_file="$1"
-    ensearch_dirs="$ARG1/bin ../bin ../../bin ./bin \"$PATH_TO_THIS/../bin\" 
../bench \"$PATH_TO_THIS/../bench\" "
+    ensearch_dirs="\
+       $ARG1/bin ../bin ../../bin ./bin \"$PATH_TO_THIS/../bin\" ../bench 
\"$PATH_TO_THIS/../bench\" \
+       $ARG1/Release/bin ../Release/bin ../../Release/bin ./Release/bin 
\"$PATH_TO_THIS/../Release/bin\" \
+       $ARG1/Debug/bin ../Debug/bin ../../Debug/bin ./Debug/bin 
\"$PATH_TO_THIS/../Debug/bin\" \
+               "
 
     if test "x$ensearch_file" = "x" ; then
        # nothing to do

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