Merge remote-tracking branch 'origin/topic/jsiwek/missing-plugin'

* origin/topic/jsiwek/missing-plugin:
  Improve error message when failing to activate a plugin.

BIT-1252 #merged
This commit is contained in:
Robin Sommer 2014-09-25 10:54:21 -07:00
commit a98dd29259
7 changed files with 15 additions and 7 deletions

View file

@ -3,4 +3,4 @@
# Returns true if Bro has been compiled with support for writer type
# $1. The type name must match the plugin name that "bro -N" prints.
bro -N $1 >/dev/null
bro -N | grep -q $1 >/dev/null