forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs-docker: Use a different mechanism to check for commands.
Currently, the script uses '--version' option from different commands to check for their availability. uuidgen on Centos6 has been reported not to have the '--version' option causing failure in script invocation. This commit looks for the utilities in $PATH instead. The code is copied from build-aux/dist-docs. Reported-by: Michael J. Smalley <[email protected]> Suggested-by: Ben Pfaff <[email protected]> Signed-off-by: Gurucharan Shetty <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -286,6 +286,7 @@ Maxime Brun [email protected] | |
Madhu Venugopal [email protected] | ||
Michael A. Collins [email protected] | ||
Michael Hu [email protected] | ||
Michael J. Smalley [email protected] | ||
Michael Mao [email protected] | ||
Michael Shigorin [email protected] | ||
Mihir Gangar [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters