Skip to content

Commit 0c582d3

Browse files
committed
small change to build script
1 parent fd7ba2b commit 0c582d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

afl-cov-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test -z "$1" -o "$1" = "-h" && {
55
echo Sets build options for coverage instrumentation with gcov/lcov.
66
echo Set CC/CXX environment variables if you do not want gcc/g++.
77
echo Example: "$0 ./configure --disable-shared"
8+
exit 1
89
}
910

1011
test -z "$CC" && export CC=gcc

0 commit comments

Comments
 (0)