Skip to content

Commit

Permalink
change to zeek-path-dev in get-bro-env
Browse files Browse the repository at this point in the history
  • Loading branch information
dopheide-esnet committed Jul 12, 2019
1 parent 6e34838 commit 3792461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bro-pkg.meta
@@ -1,8 +1,7 @@
[package]
description = Packet source plugin that provides native Myricom SNF v3+v4 support.
tags = packet source, plugin, myricom
depends =
bro-pkg >=1.2
depends = bro-pkg >=1.2
plugin_dir = build/Bro_Myricom.tgz
# This is here only because I screwed up 1.0
script_dir = scripts.not_used
Expand Down
2 changes: 1 addition & 1 deletion tests/Scripts/get-bro-env
Expand Up @@ -8,7 +8,7 @@ bro=`cat ${base}/../../build/CMakeCache.txt | grep BRO_DIST | cut -d = -f 2`
if [ "$1" = "brobase" ]; then
echo ${bro}
elif [ "$1" = "bropath" ]; then
${bro}/build/bro-path-dev
${bro}/build/zeek-path-dev
elif [ "$1" = "bro_plugin_path" ]; then
( cd ${base}/../../build && pwd )
elif [ "$1" = "bro_seed_file" ]; then
Expand Down

0 comments on commit 3792461

Please sign in to comment.