xlat/gen.sh: invoke the shell interpreter with -e -u options
* xlat/gen.sh: Change interpreter from "/bin/sh" to "/bin/sh -eu".
This commit is contained in:
parent
93dbeb50ca
commit
616fa24122
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/sh -eu
|
||||
#
|
||||
# Copyright (c) 2014-2015 Mike Frysinger <vapier@gentoo.org>
|
||||
# Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
|
||||
|
Loading…
Reference in New Issue
Block a user