From ebc6f528683c47b92ab08b469fc0b235ecce1062 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 8 Aug 2020 12:55:35 +0200 Subject: [PATCH] cp inc --- qemu_taint/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu_taint/build.sh b/qemu_taint/build.sh index cf6e7236..461ead68 100755 --- a/qemu_taint/build.sh +++ b/qemu_taint/build.sh @@ -2,6 +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 . +cp -fv ../../include/config.h ../../include/types.h . ./build.sh cp -fv ./afl-qemu-taint ../..