From: Saurabh Shah Date: Mon, 11 Nov 2013 21:19:30 +0000 (-0800) Subject: ovs-dev.py: Remove duplicate name from the help string. X-Git-Tag: sliver-openvswitch-2.0.90-1~5^2~40 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3a5ded905bc042ea7bc3eb63d17742b489eb67af;p=sliver-openvswitch.git ovs-dev.py: Remove duplicate name from the help string. Signed-off-by: Saurabh Shah Signed-off-by: Ben Pfaff --- diff --git a/AUTHORS b/AUTHORS index 8fc99adf3..39dbe1c7a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -87,6 +87,7 @@ Rob Hoes rob.hoes@citrix.com Romain Lenglet romain.lenglet@berabera.info Sajjad Lateef slateef@nicira.com Sanjay Sane ssane@nicira.com +Saurabh Shah ssaurabh@nicira.com Shan Wei davidshan@tencent.com Shih-Hao Li shli@nicira.com Simon Horman horms@verge.net.au diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py index 21f0fc5db..d33b2ba39 100755 --- a/utilities/ovs-dev.py +++ b/utilities/ovs-dev.py @@ -226,7 +226,7 @@ Basic Configuration: # First install the basic requirements needed to build Open vSwitch. sudo apt-get install git build-essential libtool autoconf pkg-config \\ - libssl-dev pkg-config gdb linux-headers-`uname -r` + libssl-dev gdb linux-headers-`uname -r` # Next clone the Open vSwitch source. git clone git://git.openvswitch.org/openvswitch %(ovs)s