xenserver: Remove stray "\" in spec file
authorJustin Pettit <jpettit@nicira.com>
Tue, 6 Apr 2010 19:13:32 +0000 (12:13 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 6 Apr 2010 20:46:27 +0000 (13:46 -0700)
xenserver/openvswitch-xen.spec

index 1d0c905..5e1bc35 100644 (file)
@@ -202,7 +202,7 @@ if test ! -e /etc/openvswitch/conf.db; then
 
     # Create ovs-vswitchd config database
     ovsdb-tool -vANY:console:emer create /etc/openvswitch/conf.db \
-            /usr/share/openvswitch/vswitch.ovsschema \
+            /usr/share/openvswitch/vswitch.ovsschema
 
     # Create initial table in config database
     ovsdb-tool -vANY:console:emer transact /etc/openvswitch/conf.db \