Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/download.pl: fix broken link for KERNEL projects
Fix broken link generation for KERNEL projects. Using $1 in projectsmirrors sub was still referencing the caller $1 instead of the remaining args of projectsmirrors sub. Use shift and put the second arg of projectsmirrors sub in $append to correctly handle the sub args. Fixes: 465cf35 ("scripts/download.pl: detach mirror URLs from script file") Signed-off-by: Christian Marangi <[email protected]>
- Loading branch information