rust-lang / rust-installer

The Bourne shell installer used by Rust and Cargo
Apache License 2.0
61 stars 68 forks source link

Do not follow symlinks #85

Closed tromey closed 6 years ago

tromey commented 6 years ago

The lldb repository has a symlink in it, and so for the tarballer to work when lldb is included, it must not follow symlinks.

Mark-Simulacrum commented 6 years ago

Code changes look good to me, but r? @alexcrichton

alexcrichton commented 6 years ago

👍

tromey commented 6 years ago

Thanks. It looks like I'll also need to update generator.rs, I'll send another PR when that's all working.