Commit 42abefc5 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
nexedi/erp5@97f3310e
parent 25e295c9
......@@ -32,7 +32,7 @@ script =
cd {}
export LD_LIBRARY_PATH=$PWD:{}
export PATH={}:$PATH
exec ./firefox "$@" 2>/dev/null
exec ./firefox "$@"
""".format(
firefox,
':'.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