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

New commits:
commit 0fc460e1772b3f150a49b0b732f505f572fba65b
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Sun Dec 8 14:10:29 2013 +0100

    The .pdb files should not be named .dll.pdb, otherwise WinDbg ignores them.

diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 6312ca0..716b5c9 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -504,7 +504,7 @@ add_pdb_files()
     list=$3
     find instdir/ -name "*.${extension}" | while read file
     do
-        filename=`basename $file`
+        filename=`basename $file .${extension}`
         pdb="workdir/LinkTarget/${type}/${filename}.pdb"
         if test -f "$pdb"; then
             echo `cygpath -w $pdb` >>$list
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to