diff options
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rwxr-xr-x | desktop/scripts/soffice.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 130f04742700..1ae4fb71231e 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 |