Kaydet (Commit) 293f16bb authored tarafından Rene Engelhard's avatar Rene Engelhard

move 2>&1 where it belongs in soffice.sh, thanks mst

Change-Id: I5cc08e3fd88beba70cac61ff4570c02dbad9faa0
üst ac60fba3
...@@ -155,7 +155,7 @@ fi ...@@ -155,7 +155,7 @@ fi
# valgrind --log-file=valgrind.log does not work well with --trace-children=yes # valgrind --log-file=valgrind.log does not work well with --trace-children=yes
if [ -n "$VALGRINDCHECK" -a -z "$VALGRIND" ] ; then if [ -n "$VALGRINDCHECK" -a -z "$VALGRIND" ] ; then
echo "redirecting the standard and the error output to valgrind.log" echo "redirecting the standard and the error output to valgrind.log"
exec 2>&1 > valgrind.log exec > valgrind.log 2>&1
fi fi
# oosplash does the rest: forcing pages in, javaldx etc. are # oosplash does the rest: forcing pages in, javaldx etc. are
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment