summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-10-18 10:53:03 +0200
committerPetr Mladek <pmladek@suse.cz>2012-11-05 17:58:54 +0100
commit1b370220d13557882eacbb2840d77743a26da737 (patch)
tree01f050286160019cd856451f1253056f6c69a1c3 /desktop
parent085c2e3d7f6462df5d5ff7dff59605f210262614 (diff)
deb#690717 fix bashism in /bin/sh script
Change-Id: I43b0065e56b234a5aa748ac1593c29a44fdb1647 Reviewed-on: https://gerrit.libreoffice.org/886 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'desktop')
-rwxr-xr-xdesktop/scripts/soffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index f35bebb158f1..86c325a8ef3f 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 > valgrind.log 2>&1
fi
# oosplash does the rest: forcing pages in, javaldx etc. are