diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-30 12:52:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-30 12:52:08 +0200 |
commit | cf54735b4afe2da40a40d330096619bd2b53686b (patch) | |
tree | f8454ae8333c871065f861fa5dc0c643a452f5ce | |
parent | a222b03d3942d380e24042cc8c14f6215cd45749 (diff) |
Minor fixes
-rwxr-xr-x | bootstrap | 1 | ||||
-rwxr-xr-x | buildos | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -152,6 +152,7 @@ if [ "$stage" -eq "1" ]; then pkgs+=",openssh-client,openssh-server" pkgs+=",tftp-hpa,tftpd-hpa" + pkgs+=",bzip2,xz-utils" pkgs+=",less" pkgs+=",g++,pkg-config" @@ -145,7 +145,7 @@ function tc_fetch () # <toolchain-prefix> <line> return 1 fi - declare "${tp}toolchain_ver=$tv" + declare -g "${tp}toolchain_ver=$tv" info "toolchain version $tv" echo "$tv" >"$tr/version" |