about summary refs log tree commit diff
path: root/src/tools/rust-installer/install-template.sh
AgeCommit message (Collapse)AuthorLines
2025-06-23Fix install-template.sh for Solaris trPetr Sumbera-4/+4
2024-12-31Fix typosericlehong-1/+1
Signed-off-by: ericlehong <193237094+ericlehong@users.noreply.github.com>
2023-07-21rust-installer: Use env(1) in the shebang.Alex Zepeda-1/+1
This fixes the case (e.g. *BSD) where bash is installed on the host system, but not at the typical location of /bin.
2023-07-04fix bash long lines and replace TODO with FIXMEklensy-5/+8
2023-07-04replace tabs with 4 spaces in .shklensy-299/+299
2023-03-09replace legacy copyright annotations in submodulesPietro Albini-9/+0
2023-03-07Directly import rust-installer submoduleMark Rousskov-0/+1005
This moves the rust-installer code to be directly hosted in rust-lang/rust, since it's not used elsewhere and this makes it easier to make and review changes without needing a separate upstream commit.