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:
Eugene Syromyatnikov 2018-04-27 01:27:45 +02:00 committed by Dmitry V. Levin
parent 93dbeb50ca
commit 616fa24122

View File

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