utilities: install ovs-lib.sh as data not a script
[openvswitch] / utilities / ovs-controller.c
index 022b1a4db98df0895ca7bcfce4b53e5f60402c13..cb70e4f77b5be4eda782b3655b460ac8274f4be8 100644 (file)
@@ -397,7 +397,7 @@ parse_options(int argc, char *argv[])
             usage();
 
         case 'V':
-            OVS_PRINT_VERSION(OFP_VERSION, OFP_VERSION);
+            ovs_print_version(OFP_VERSION, OFP_VERSION);
             exit(EXIT_SUCCESS);
 
         VLOG_OPTION_HANDLERS