diff options
Diffstat (limited to 'desktop')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 7727206c2a2b..0c3ab6dbe23a 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -155,7 +155,7 @@ fi # valgrind --log-file=valgrind.log does not work well with --trace-children=yes if [ -n "$VALGRINDCHECK" -a -z "$VALGRIND" ] ; then echo "redirecting the standard and the error output to valgrind.log" - exec &>valgrind.log + exec 2>&1 > valgrind.log fi # oosplash does the rest: forcing pages in, javaldx etc. are |