Merge pull request #358 from mcmasterg/fuzdir

genheader: set FUZDIR instead of per project
This commit is contained in:
John McMaster 2018-12-18 17:46:20 -08:00 committed by GitHub
commit 2440433ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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