[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230720134428.3547917-1-aliceryhl@google.com>
Date: Thu, 20 Jul 2023 13:44:28 +0000
From: Alice Ryhl <aliceryhl@...gle.com>
To: tmgross@...ch.edu
Cc: alex.gaynor@...il.com, benno.lossin@...ton.me,
bjorn3_gh@...tonmail.com, boqun.feng@...il.com, corbet@....net,
gary@...yguo.net, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, ojeda@...nel.org,
rust-for-linux@...r.kernel.org, wedsonaf@...il.com,
Alice Ryhl <aliceryhl@...gle.com>
Subject: Re: [PATCH 1/2] docs: rust: update instructions for obtaining 'core' source
Trevor Gross <tmgross@...ch.edu> writes:
> + curl -L https://static.rust-lang.org/dist/rust-src-$(scripts/min-tool-version.sh rustc).tar.gz |
> + tar -xzf - -C $(rustc --print sysroot)/lib \
> + rust-src-$(scripts/min-tool-version.sh rustc)/rust-src/lib/ \
> + --strip-components=3
I think this assumes that the sysroot path has no spaces. I would add
some quotes.
With that fixed, you may add
Reviewed-by: Alice Ryhl <aliceryhl@...gle.com>
Alice
Powered by blists - more mailing lists