From ac639012fbea0bd50e3a1f1ab1a62a5efbf0ceb8 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Thu, 1 Feb 2024 13:45:21 +0100 Subject: [PATCH] NO_NYX --- nyx_mode/build_nyx_support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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