[scilab] Use tee to log the help error

Clément David davidcl at fedoraproject.org
Mon Feb 25 14:54:34 UTC 2013


commit aa29b44544c0544dfc18d8efc641483bbd69c6d6
Author: Clément DAVID <clement.david at scilab-enterprises.com>
Date:   Mon Feb 25 15:54:04 2013 +0100

    Use tee to log the help error

 scilab.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/scilab.spec b/scilab.spec
index ff7b8c3..98af1e7 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -237,7 +237,7 @@ s:\(.*/'"%{name}"'_\)\([^\._]\+\)\(.*\.jar$\):%lang(\2) \1\2\3:
 s:^\([^%].*\)::
 s:%lang(en) ::
 s:%lang(C) ::
-/^$/d' >%{name}-doc.lang
+/^$/d' |tee %{name}-doc.lang
 
 %check
 make check-TESTS
@@ -335,7 +335,7 @@ fi
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.3.3-10
 - Rebuilt for c++ ABI breakage
 
-* Mon Feb 10 2012 Clément David <c.david86 at gmail.com> - 5.3.3-9
+* Fri Feb 10 2012 Clément David <c.david86 at gmail.com> - 5.3.3-9
 - Update classpath.xml due to the jhdf5 move.
 
 * Fri Feb 10 2012 Petr Pisar <ppisar at redhat.com> - 5.3.3-8


More information about the scm-commits mailing list