diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-17 11:52:22 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-17 11:53:07 -0700 |
commit | ec430d2f1fbf5415466705449cdf883717fcb9b7 (patch) | |
tree | 7ec06bd3af104f9d8346e4e7c75c8036d5be10f7 /scripts/functions | |
parent | 16169e33c8f08f5ddbd36e9e8a17a28baee8399d (diff) | |
download | crosstool-ng-ec430d2f1fbf5415466705449cdf883717fcb9b7.tar.gz crosstool-ng-ec430d2f1fbf5415466705449cdf883717fcb9b7.tar.bz2 crosstool-ng-ec430d2f1fbf5415466705449cdf883717fcb9b7.zip |
Fix linaro downloader
Fixes #779.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 2b660efa..d9271f46 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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##*-??}" |