[ovs-dev] [PATCH] utilities/ovs-docker: Fix broken check_command_avail function

2015-02-20 Thread Michael Smalley
Reported-by: Michael J. Smalley Tested-by: Michael J. Smalley This logic was breaking on a CentOS 6.6 box with all dependencies (ovs-vsctl, docker, and uuidgen) installed and working. The check_command_avail function checks to see if the commands exist by running "$command --version". This is fl

[ovs-dev] [PATCH] utilities/ovs-docker: Fix broken check_command_avail function

2015-02-20 Thread Michael Smalley
Reported-by: Michael J. Smalley Tested-by: Michael J. Smalley Signed-off-by: Michael J. Smalley This logic was breaking on a CentOS 6.6 box with all dependencies (ovs-vsctl, docker, and uuidgen) installed and working. The check_command_avail function checks to see if the commands exist by runni