bin/run |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f3c653a138ec02a9f72281ca9262340fa24eed50
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Dec 10 17:25:25 2014 +0100

    bin/run LO_TRACE hook
    
    (similar to our CPPUNITTRACE hook)
    
    Change-Id: Iec4e8d4246ba7fca0afe5f9be6f6bcd9e0289e49

diff --git a/bin/run b/bin/run
index 341e7d5..6013f84 100755
--- a/bin/run
+++ b/bin/run
@@ -29,7 +29,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
 echo "setting search path to: ${PATH}"
 echo "execing: ${exedir}/$1"
 
-exec "${exedir}"/$@
+exec ${LO_TRACE} "${exedir}"/$@
 
 elif [ $(uname) = Darwin ]; then
 
@@ -48,7 +48,7 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
 echo "setting search path to: ${DYLD_LIBRARY_PATH}"
 echo "execing: ${exedir}/$1"
 
-exec "${exedir}"/$@
+exec ${LO_TRACE} "${exedir}"/$@
 
 else
 
@@ -70,6 +70,6 @@ echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
 echo "setting search path to: ${LD_LIBRARY_PATH}"
 echo "execing: ${exedir}/$1"
 
-exec "${exedir}"/$@
+exec ${LO_TRACE} "${exedir}"/$@
 
 fi
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to