mirror of https://github.com/openXC7/prjxray.git
genheader: set FUZDIR instead of per project
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
759e9b64ba
commit
f084026ed9
|
|
@ -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