[tor/maint-0.3.3] Fix a variable name in tor-rust-dependencies

commit d489e4847b1ec30cb127ce6db675e2316c1772e3 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Feb 21 11:55:25 2018 -0500 Fix a variable name in tor-rust-dependencies --- doc/HACKING/GettingStartedRust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HACKING/GettingStartedRust.md b/doc/HACKING/GettingStartedRust.md index 87b41b5e2..f5914bc87 100644 --- a/doc/HACKING/GettingStartedRust.md +++ b/doc/HACKING/GettingStartedRust.md @@ -79,7 +79,7 @@ you are in the top level of the repository) configure tor with: TOR_RUST_DEPENDENCIES='path_to_dependencies_directory' ./configure --enable-rust -(Note that RUST_DEPENDENCIES must be the full path to the directory; it +(Note that TOR_RUST_DEPENDENCIES must be the full path to the directory; it cannot be relative.) Assuming you used the above `git submodule` commands and you're in the
participants (1)
-
nickm@torproject.org