tb/tb_internals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5ee75568b4d804291691ab2e2d579358edcc8cf2 Author: Norbert Thiebaud <nthieb...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits