about summary refs log tree commit diff
path: root/afl-cmin.bash
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-25 18:19:25 +0200
committervanhauser-thc <vh@thc.org>2023-04-25 18:19:25 +0200
commit432671449f98a675eaf37db52c6318e1edd2423f (patch)
tree6aeef849f29558e60a6a085a9c0990866a7ff125 /afl-cmin.bash
parent96848398d45e08eaa69be245c986375808d2b3a7 (diff)
downloadafl++-432671449f98a675eaf37db52c6318e1edd2423f.tar.gz
nits
Diffstat (limited to 'afl-cmin.bash')
-rwxr-xr-xafl-cmin.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash
index 0e2d973d..d390ff65 100755
--- a/afl-cmin.bash
+++ b/afl-cmin.bash
@@ -206,7 +206,7 @@ fi
 
 # Check for obvious errors.
 
-if [ ! "$T_ARG" = "" -a ! "$F_ARG" = "" ]; then
+if [ ! "$T_ARG" = "" -a ! "$F_ARG" = "" -a ! "$NYX_MODE" == 1 ]; then
   echo "[-] Error: -T and -f can not be used together." 1>&2
   exit 1
 fi