desktop/scripts/soffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 293f16bb2d2a6fe3a7c1452474c4c6966547f033 Author: Rene Engelhard <r...@debian.org> Date: Fri Oct 19 12:08:17 2012 +0200 move 2>&1 where it belongs in soffice.sh, thanks mst Change-Id: I5cc08e3fd88beba70cac61ff4570c02dbad9faa0 diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 0c3ab6d..9afcfdf 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 2>&1 > valgrind.log + exec > valgrind.log 2>&1 fi # oosplash does the rest: forcing pages in, javaldx etc. are _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits