about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-28 17:42:45 +0100
committervanhauser-thc <vh@thc.org>2021-12-28 17:42:45 +0100
commit48ad95f0e5d773a01a11abab8c24d071601fb161 (patch)
tree947cf0f9fd11587214b87506e860571dbd5c8a4c
parentfd99ddb1d672a932a94ff035bb77b6eba569bbdf (diff)
downloadafl++-48ad95f0e5d773a01a11abab8c24d071601fb161.tar.gz
nit
-rwxr-xr-xnyx_mode/build_nyx_support.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh
index 7e749e77..b73423d2 100755
--- a/nyx_mode/build_nyx_support.sh
+++ b/nyx_mode/build_nyx_support.sh
@@ -59,8 +59,7 @@ fi
 
 echo "[*] Checking libnyx.so ..."
 if [ -f "libnyx/libnyx/target/release/liblibnyx.so" ]; then
-  cp libnyx/libnyx/target/release/liblibnyx.so libnyx.so
-  cp libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so
+  cp -v libnyx/libnyx/target/release/liblibnyx.so ../libnyx.so
 else
   echo "[ ] libnyx.so not found..."
   exit 1