Browse Source

Temporarily disable error triggers

master
Pekka Helenius 5 years ago
parent
commit
f45a143886
4 changed files with 5 additions and 3 deletions
  1. +2
    -0
      README.md
  2. +1
    -1
      arch/updatewine_arch.sh
  3. +1
    -1
      debian/dxvkroot/dxvkbuild.sh
  4. +1
    -1
      debian/wineroot/winebuild.sh

+ 2
- 0
README.md View File

@ -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


+ 1
- 1
arch/updatewine_arch.sh View File

@ -113,7 +113,7 @@ function Arch_intCleanup() {
trap "Arch_intCleanup" INT
# Error event
trap "Arch_intCleanup" ERR
#trap "Arch_intCleanup" ERR
###########################################################


+ 1
- 1
debian/dxvkroot/dxvkbuild.sh View File

@ -197,7 +197,7 @@ function DXVK_intCleanup() {
trap "DXVK_intCleanup" INT
# Error event
trap "DXVK_intCleanup" ERR
#trap "DXVK_intCleanup" ERR
########################################################


+ 1
- 1
debian/wineroot/winebuild.sh View File

@ -369,7 +369,7 @@ function Wine_intCleanup() {
trap "Wine_intCleanup" INT
# Error event
trap "Wine_intCleanup" ERR
#trap "Wine_intCleanup" ERR
########################################################


Loading…
Cancel
Save