Skip to content
Snippets Groups Projects
Commit e304089c authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

grep it

parent 5d8932e5
No related branches found
Tags v131
No related merge requests found
shopt -s extglob
pylibmc-missing() {
puts-warn "pylibmc is missing."
if grep -qi 'fatal error: libmemcached/memcached.h: No such file or directory' "$WARNINGS_LOG"; then
puts-warn "pylibmc is missing."
fi
}
show-warnings() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment