From 412726d39c521ab75a50b8bc24e410c89d6a17bb Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 23 Sep 2014 16:51:22 -0700 Subject: [PATCH] Fix -a --- util/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index 5a3c990..0b6e2aa 100755 --- a/util/install.sh +++ b/util/install.sh @@ -224,7 +224,7 @@ function install_wireshark { cp -n $MININET_DIR/mininet/util/colorfilters $HOME/.wireshark echo "Checking Wireshark version" - WSVER=`wireshark -v | egrep -o -m 1 '[0-9\.]+' | head -1` + WSVER=`wireshark -v | egrep -o '[0-9\.]+' | head -1` if version_ge $WSVER 1.12; then echo "Wireshark version $WSVER >= 1.12 - returning" return @@ -592,7 +592,7 @@ function all { # Skip mn_dev (doxypy/texlive/fonts/etc.) because it's huge # mn_dev of - wireshark + install_wireshark ovs # We may add ivs once it's more mature # ivs