[Libreoffice-commits] .: desktop/scripts
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Thu Jan 12 02:34:33 PST 2012
desktop/scripts/soffice.sh | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 4f00cdfec54a574e25f47dab2f65b299ea64ec73
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Jan 12 11:34:10 2012 +0100
valgrind.log creates more problems than it solves.
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 130f047..1ae4fb7 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -151,12 +151,6 @@ if [ -n "$GDBTRACECHECK" ] ; then
exec $GDBTRACECHECK "$sd_prog/soffice.bin" "$@"
fi
-# valgrind --log-file=valgrind.log does not work well with --trace-children=yes
-if [ -n "$VALGRINDCHECK" ] ; then
- echo "redirecting the standard and the error output to valgrind.log"
- exec &>valgrind.log
-fi
-
# do not pass the request for command line help to oosplash
if test "$#" -eq 1; then
case "$1" in
More information about the Libreoffice-commits
mailing list