mirror of https://github.com/openXC7/prjxray.git
Merge pull request #358 from mcmasterg/fuzdir
genheader: set FUZDIR instead of per project
This commit is contained in:
commit
2440433ec4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue