[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_3.5.4_dfsg-2-11-g0908ff4



The following commit has been merged in the master branch:
commit ef99eb4fb963ec4edbfa02101b3d6245d4d75c4e
Author: Rene Engelhard <rene@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


Reply to: