commit | 734fe96aeca1bfccb5038b2948083f1c16cbbdde | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Sep 02 17:47:16 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Sep 02 17:47:16 2020 -0700 |
tree | 714d71ce5834b7d725c7ef2447aed7ce62871654 | |
parent | 6402d3638d3d5a99aa4571a183e7df00777754a2 [diff] [blame] |
Adding link to stackoverflow source Change-Id: Iedd3e300db97ccbab3991480ed269799251e0874
diff --git a/voltha b/voltha index ceb9154..6eccbeb 100755 --- a/voltha +++ b/voltha
@@ -205,6 +205,7 @@ } # returns the greater version (0 if equal) +# inspired by https://stackoverflow.com/questions/4023830/how-to-compare-two-strings-in-dot-separated-version-format-in-bash function semvercompare() { if [[ "$1" == "$2" ]] then