Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
addition to ugly temporary hack to fix issue #8. Unset bash options -…
Browse files Browse the repository at this point in the history
…u and -e.
  • Loading branch information
ronalde committed Jan 26, 2015
1 parent 91b49cf commit 345def3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions alsa-capabilities
Expand Up @@ -32,11 +32,12 @@


LANG=C LANG=C


## ugly temporary hack; see github issue #8
## exit on all errors ## exit on all errors
set -e #set -e


## exit in case of usage of uninitialized variables ## exit in case of usage of uninitialized variables
set -u #set -u


## set DEBUG to a non empty value to display internal program flow to ## set DEBUG to a non empty value to display internal program flow to
## stderr ## stderr
Expand Down

0 comments on commit 345def3

Please sign in to comment.