From a19b31bf826c4d501ceb871824e12ad75ce64446 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 8 Aug 2020 12:53:39 +0200 Subject: [PATCH] cp inc --- qemu_taint/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh index c3fbe198..cf6e7236 100755 --- a/qemu_taint/build.sh +++ b/qemu_taint/build.sh @@ -2,5 +2,6 @@ test -d qemu || git clone https://github.com/vanhauser-thc/qemu_taint qemu || exit 1 cd qemu || exit 1 test -d .git || { git stash ; git pull ; } +cp -fv ../../include/config.h . ./build.sh -cp -f ./afl-qemu-taint ../.. +cp -fv ./afl-qemu-taint ../..