The following commit has been merged in the master branch:
commit ef99eb4fb963ec4edbfa02101b3d6245d4d75c4e
Author: Rene Engelhard <[email protected]>
Date:   Fri Oct 19 12:13:05 2012 +0200

    fix new redirection in soffice-bashisms.diff...

diff --git a/patches/soffice-bashisms.diff b/patches/soffice-bashisms.diff
index d8f1e43..b69df18 100644
--- a/patches/soffice-bashisms.diff
+++ b/patches/soffice-bashisms.diff
@@ -7,7 +7,7 @@ index 7727206..0c3ab6d 100755
  if [ -n "$VALGRINDCHECK" ] ; then
      echo "redirecting the standard and the error output to valgrind.log"
 -    exec &>valgrind.log
-+    exec 2>&1 > valgrind.log
++    exec > valgrind.log 2>&1
  fi
  
  # do not pass the request for command line help to oosplash

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to