zeek/testing/scripts/have-spicy
2022-05-16 09:07:11 +02:00

6 lines
109 B
Bash
Executable file

#!/bin/sh
if grep -q "DISABLE_SPICY:BOOL=true" "${BUILD}"/CMakeCache.txt; then
return 1
else
true
fi