aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin
diff options
context:
space:
mode:
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin4
1 files changed, 4 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index 4ee79a79..7f8544eb 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -287,6 +287,10 @@ BEGIN {
exit 1
}
+ if (0 == system( "test -d "in_dir"/default" )) {
+ in_dir = in_dir "/default"
+ }
+
if (0 == system( "test -d "in_dir"/queue" )) {
in_dir = in_dir "/queue"
}