Revision: 73113
          http://sourceforge.net/p/brlcad/code/73113
Author:   brlcad
Date:     2019-05-21 19:04:10 +0000 (Tue, 21 May 2019)
Log Message:
-----------
support running from the build root

Modified Paths:
--------------
    brlcad/trunk/regress/library.sh

Modified: brlcad/trunk/regress/library.sh
===================================================================
--- brlcad/trunk/regress/library.sh     2019-05-21 18:56:13 UTC (rev 73112)
+++ brlcad/trunk/regress/library.sh     2019-05-21 19:04:10 UTC (rev 73113)
@@ -115,7 +115,7 @@
 # script's location
 ensearch ( ) {
     ensearch_file="$1"
-    ensearch_dirs="$ARG1/bin ../bin \"$PATH_TO_THIS/../bin\" ../bench 
\"$PATH_TO_THIS/../bench\" "
+    ensearch_dirs="$ARG1/bin ../bin ./bin \"$PATH_TO_THIS/../bin\" ../bench 
\"$PATH_TO_THIS/../bench\" "
 
     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