genheader: set FUZDIR instead of per project

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-18 17:39:24 -08:00
parent 759e9b64ba
commit f084026ed9
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ fi
set -ex
export FUZDIR=$PWD
# for some reason on sourced script set -e doesn't work
# Scripts may have additional arguments, but first is reserved for build directory
test $# -ge 1 || exit 1