Don't filter out warnings
This commit is contained in:
@@ -128,15 +128,6 @@ EOF
|
||||
|
||||
cd "$(dirname "$launcher_exe")"
|
||||
|
||||
if [ "''${EQL_FILTER_EGL_WARNINGS:-1}" = "1" ]; then
|
||||
exec wine "$launcher_exe" "$@" 2> >(
|
||||
sed \
|
||||
-e '/^libEGL warning: /d' \
|
||||
-e '/^pci id for fd [0-9][0-9]*: /d' \
|
||||
-e '/^$/d' >&2
|
||||
)
|
||||
fi
|
||||
|
||||
exec wine "$launcher_exe" "$@"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user