From f45a143886649a10738579be883c158de1e9fbcf Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Thu, 30 May 2019 12:07:13 +0300 Subject: [PATCH] Temporarily disable error triggers --- README.md | 2 ++ arch/updatewine_arch.sh | 2 +- debian/dxvkroot/dxvkbuild.sh | 2 +- debian/wineroot/winebuild.sh | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b16485a..47c535d 100755 --- a/README.md +++ b/README.md @@ -344,6 +344,8 @@ N/A - Add compilation/installation script for the latest AMDGPU on Debian/Ubuntu/Mint +- Find a way to handle real error events (ignore silenced errors) + - Add info about selected commits and branches (if they have not been set to default) - Unify error & warning messages layout, unify internal variable & function names diff --git a/arch/updatewine_arch.sh b/arch/updatewine_arch.sh index 8777e34..e57998d 100755 --- a/arch/updatewine_arch.sh +++ b/arch/updatewine_arch.sh @@ -113,7 +113,7 @@ function Arch_intCleanup() { trap "Arch_intCleanup" INT # Error event -trap "Arch_intCleanup" ERR +#trap "Arch_intCleanup" ERR ########################################################### diff --git a/debian/dxvkroot/dxvkbuild.sh b/debian/dxvkroot/dxvkbuild.sh index 6cc92c4..fa110d1 100755 --- a/debian/dxvkroot/dxvkbuild.sh +++ b/debian/dxvkroot/dxvkbuild.sh @@ -197,7 +197,7 @@ function DXVK_intCleanup() { trap "DXVK_intCleanup" INT # Error event -trap "DXVK_intCleanup" ERR +#trap "DXVK_intCleanup" ERR ######################################################## diff --git a/debian/wineroot/winebuild.sh b/debian/wineroot/winebuild.sh index ae1fb30..ae438d8 100755 --- a/debian/wineroot/winebuild.sh +++ b/debian/wineroot/winebuild.sh @@ -369,7 +369,7 @@ function Wine_intCleanup() { trap "Wine_intCleanup" INT # Error event -trap "Wine_intCleanup" ERR +#trap "Wine_intCleanup" ERR ########################################################