mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
Fix linaro downloader
Fixes #779. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
16169e33c8
commit
ec430d2f1f
@ -1465,7 +1465,7 @@ CT_Mirrors()
|
||||
echo "http://gcc.gnu.org/pub/${project}"
|
||||
;;
|
||||
Linaro)
|
||||
eval "local version=\"\${${3}}\""
|
||||
local version="${3}"
|
||||
local base yymm
|
||||
base="${version%%-*}"
|
||||
yymm="${version##*-??}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user