mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 17:26:41 +00:00
Merge branch 'unused' of git://github.com/jubalh/crosstool-ng into jubalh-unused
This commit is contained in:
commit
1874893d9f
@ -402,7 +402,7 @@ cmp_versions()
|
|||||||
{
|
{
|
||||||
local v1="${1}"
|
local v1="${1}"
|
||||||
local v2="${2}"
|
local v2="${2}"
|
||||||
local e1=0 e2=0 u1 u2 d1=0 d2=0
|
local e1=0 e2=0 d1=0 d2=0
|
||||||
|
|
||||||
# Case-insensitive comparison
|
# Case-insensitive comparison
|
||||||
v1="${v1^^}"
|
v1="${v1^^}"
|
||||||
@ -643,7 +643,6 @@ enter_version()
|
|||||||
enter_milestone()
|
enter_milestone()
|
||||||
{
|
{
|
||||||
local ms="${1}"
|
local ms="${1}"
|
||||||
local cmp
|
|
||||||
|
|
||||||
info[ms]=${ms}
|
info[ms]=${ms}
|
||||||
if [ -n "${info[ver]}" ]; then
|
if [ -n "${info[ver]}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user