Commit e304089c authored by Kenneth Reitz's avatar Kenneth Reitz

grep it

parent 5d8932e5
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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment