aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 13:45:21 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 13:45:21 +0100
commitac639012fbea0bd50e3a1f1ab1a62a5efbf0ceb8 (patch)
treea40ffd2097a13cdca69053a60374a9007e7a9eaf
parenta84b7c78207598a24a2e60df0485d740782a6651 (diff)
downloadAFLplusplus-ac639012fbea0bd50e3a1f1ab1a62a5efbf0ceb8.tar.gz
NO_NYX
-rwxr-xr-xnyx_mode/build_nyx_support.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nyx_mode/build_nyx_support.sh b/nyx_mode/build_nyx_support.sh
index 50598e7a..239b18d5 100755
--- a/nyx_mode/build_nyx_support.sh
+++ b/nyx_mode/build_nyx_support.sh
@@ -9,7 +9,7 @@ echo
echo "[*] Performing basic sanity checks..."
-if [ -n "$NO_SPLICING" ]; then
+if [ -n "$NO_NYX" ]; then
echo "[-] Error: the NO_NYX environment variable is set, please unset."
exit 0