diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-28 17:42:45 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-28 17:42:45 +0100 |
commit | 48ad95f0e5d773a01a11abab8c24d071601fb161 (patch) | |
tree | 947cf0f9fd11587214b87506e860571dbd5c8a4c | |
parent | fd99ddb1d672a932a94ff035bb77b6eba569bbdf (diff) | |
download | afl++-48ad95f0e5d773a01a11abab8c24d071601fb161.tar.gz |
nit
-rwxr-xr-x | nyx_mode/build_nyx_support.sh | 3 |
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 |