]> git.proxmox.com Git - cargo.git/commit
Do not add home bin path to PATH if it's already there
authorDawid Ciężarkiewicz <dpc@dpc.pw>
Thu, 25 Aug 2022 19:15:34 +0000 (12:15 -0700)
committerDawid Ciężarkiewicz <dpc@dpc.pw>
Thu, 8 Sep 2022 16:37:41 +0000 (09:37 -0700)
commitc712f088626bc3a81fdf35a3ef726124c2faa6fd
tree5f06d5105762d56b872793abea6e99c58ee5d812
parent404889d869afce88624d61bec4f7ad742fcb0fcf
Do not add home bin path to PATH if it's already there

This is to allow users to control the order via PATH if they so desire.

Fix #11020
src/bin/cargo/main.rs
tests/testsuite/cargo_command.rs