8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if grep -q "#define ENABLE_SPICY_SSL" "${BUILD}/zeek-config.h"; then
|
|
exit 0
|
|
fi
|
|
|
|
exit 1
|