From 983e0258cf40e772b1b0bbd17da6a3acfc99febd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bol=C3=ADvar=20Aponte=20Rol=C3=B3n?= <64099468+jibarozzo@users.noreply.github.com> Date: Sat, 7 Dec 2024 20:14:14 -0600 Subject: [PATCH] Update configure Co-authored-by: Jackson Hoffart --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ee9e033..149a096 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -# Even when `cargo` is on `PATH`, `rustc` might not in some cases. This adds +# Even when `cargo` is on `PATH`, `rustc` might not be in some cases. This adds # ~/.cargo/bin to PATH to address such cases. Note that is not always available # (e.g. or on Ubuntu with Rust installed via APT). if [ -d "${HOME}/.cargo/bin" ]; then