Skip to content
Snippets Groups Projects
Commit 2f0253a7 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Rename env var to match new project name

parent f712ec3b
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@ fi
cd $AFL_TRANSFORMS
scons $SCONSDEBUG -j 3 || exit
cd $ZEPHYR_FUZZING_HOME/libzafl/src
cd $ZFUZZ_HOME/libzafl/src
scons
......@@ -3,5 +3,5 @@
cd $AFL_TRANSFORMS
scons -c || exit
cd $ZEPHYR_FUZZING_HOME/libzafl/src
cd $ZFUZZ_HOME/libzafl/src
scons -c || exit
export ZEPHYR_FUZZING_HOME=$PWD
export ZFUZZ_HOME=$PWD
export AFL_TRANSFORMS=$PWD/afl_transforms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment