ovs-dev.py: Remove duplicate name from the help string.
authorSaurabh Shah <ssaurabh@nicira.com>
Mon, 11 Nov 2013 21:19:30 +0000 (13:19 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Nov 2013 22:17:35 +0000 (14:17 -0800)
Signed-off-by: Saurabh Shah <ssaurabh@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
utilities/ovs-dev.py

diff --git a/AUTHORS b/AUTHORS
index 8fc99ad..39dbe1c 100644 (file)
--- 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
index 21f0fc5..d33b2ba 100755 (executable)
@@ -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