screw it, allowing undefined vars for now, will fix that eventually
This commit is contained in:
parent
3a08cb5182
commit
ebc7c6a5ff
|
@ -4,7 +4,7 @@
|
||||||
# see: dh_installdeb(1)
|
# see: dh_installdeb(1)
|
||||||
|
|
||||||
#set -xe
|
#set -xe
|
||||||
set -Eeuxo pipefail
|
set -Eexo pipefail
|
||||||
|
|
||||||
# summary of how this script can be called:
|
# summary of how this script can be called:
|
||||||
# * <postinst> `configure' <most-recently-configured-version>
|
# * <postinst> `configure' <most-recently-configured-version>
|
||||||
|
|
Loading…
Reference in New Issue