diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-03-17 08:04:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 08:04:29 +0100 |
commit | a7797f0cb98fa372c0838053ae9e6fb7ff98b7d4 (patch) | |
tree | 222f7b0fa1ff2387b07cebe1a9558c0fb2bb4d51 | |
parent | b715050de9846ab4b1f30a811af83b7a4b9e09a3 (diff) | |
download | afl++-a7797f0cb98fa372c0838053ae9e6fb7ff98b7d4.tar.gz |
fix is now closer to original statement
-rwxr-xr-x | utils/crash_triage/triage_crashes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/crash_triage/triage_crashes.sh b/utils/crash_triage/triage_crashes.sh index 4e8f09a0..a752458d 100755 --- a/utils/crash_triage/triage_crashes.sh +++ b/utils/crash_triage/triage_crashes.sh @@ -65,7 +65,7 @@ if [ ! -f "$BIN" -o ! -x "$BIN" ]; then fi if [ ! -d "$DIR/queue" ]; then - echo "[-] Error: directory '$DIR/queue' not found or not created by afl-fuzz." 1>&2 + echo "[-] Error: directory '$DIR' not found or not created by afl-fuzz." 1>&2 exit 1 fi |