[Libreoffice-commits] tb/tb_internals.sh

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 21 11:58:13 PST 2013


 tb/tb_internals.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ee75568b4d804291691ab2e2d579358edcc8cf2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Jan 21 13:57:41 2013 -0600

    tb: search for branch profile at the right path

diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 7d1af8c..2157a2d 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -139,7 +139,7 @@ check_branch_profile()
     local ret=
     local rb=
 
-    if [ ! -d "${tb_PROFILE_DIR?}/${b?}" ] ; then
+    if [ ! -d "${tb_PROFILE_DIR?}/branches/${b?}" ] ; then
         log_msgs "No branch specific config for branch '${b?}', using default from profile"
     fi
     if [ "${tb_MODE?}" = "dual" -o "${tb_MODE?}" = "tb" ] ; then


More information about the Libreoffice-commits mailing list