8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if grep -q "ZEEK_HAVE_JAVASCRIPT:INTERNAL=yes" "${BUILD}"/CMakeCache.txt; then
|
|
exit 0
|
|
fi
|
|
|
|
exit 1
|