diff options
| author | Chris Packham <judge.packham@gmail.com> | 2020-09-06 21:43:29 +1200 |
|---|---|---|
| committer | Chris Packham <judge.packham@gmail.com> | 2020-09-06 21:43:29 +1200 |
| commit | 165d6016384e53c9e9c58a26bff37c171d1cb0a6 (patch) | |
| tree | 7df6ff2a58c455e4bb1ab07e3ee3beba25f9ac02 /bootstrap | |
| parent | 1d9e6351ef14e982502022eb33f6902bed6fb0eb (diff) | |
| parent | 1874893d9f660742a4438f6bca52427d1653c1ae (diff) | |
| download | crosstool-ng-165d6016384e53c9e9c58a26bff37c171d1cb0a6.tar.gz crosstool-ng-165d6016384e53c9e9c58a26bff37c171d1cb0a6.tar.bz2 crosstool-ng-165d6016384e53c9e9c58a26bff37c171d1cb0a6.zip | |
Merge branch 'jubalh-unused' into master
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -402,7 +402,7 @@ cmp_versions() { local v1="${1}" 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 v1="${v1^^}" @@ -643,7 +643,6 @@ enter_version() enter_milestone() { local ms="${1}" - local cmp info[ms]=${ms} if [ -n "${info[ver]}" ]; then |
