The following commit has been merged in the debian-experimental-3.5 branch:
commit e526b90165f1fb6c368b6ed54e06182947449d67
Author: Rene Engelhard <r...@debian.org>
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 debian-openoffice-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tp9yu-0006cb...@vasks.debian.org

Reply via email to