Fix a very old typo in the pre-built "binaries" directory index.
Closes PR 12604.
This commit is contained in:
parent
ac9c155feb
commit
069e917cca
|
@ -1570,7 +1570,8 @@ COPY_AND_BUILD_BINARY_DIRS() {
|
||||||
|
|
||||||
local m
|
local m
|
||||||
for m in "${machines[@]}"; do
|
for m in "${machines[@]}"; do
|
||||||
machine="$m" machineget mplatform=platform
|
machine="$m"
|
||||||
|
machineget mplatform=platform
|
||||||
mplatformname="$(name_of_platform "$mplatform")"
|
mplatformname="$(name_of_platform "$mplatform")"
|
||||||
html_file_row "$mplatform" "Binaries for $mplatformname"
|
html_file_row "$mplatform" "Binaries for $mplatformname"
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user