Commit 798166f2 authored by Jérome Perrin's avatar Jérome Perrin

component/firefox: Don't discard firefox's stderr

This reverts 8f35ea4d
It should no longer be needed because erp5.util should now have the fix
from
erp5@97f3310e
parent 24c6c563
...@@ -32,7 +32,7 @@ script = ...@@ -32,7 +32,7 @@ script =
cd {} cd {}
export LD_LIBRARY_PATH=$PWD:{} export LD_LIBRARY_PATH=$PWD:{}
export PATH={}:$PATH export PATH={}:$PATH
exec ./firefox "$@" 2>/dev/null exec ./firefox "$@"
""".format( """.format(
firefox, firefox,
':'.join(part['library'].split()), ':'.join(part['library'].split()),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment