build: add "set -eu" to version script generation

It turns out that on certain systems like FreeBSD, c++filt is not
installed by default. It's basically OK if we fail the build in that
case, but what's really not OK is for the build to continue and
generate bad binaries.
This commit is contained in:
David Bremner 2015-07-27 20:42:32 +02:00
parent 1fef811fd7
commit 882ccb7e49

View file

@ -1,3 +1,4 @@
set -eu
# we go through a bit of work to get the unmangled names of the
# typeinfo symbols because of