From 84bbe1aaa75436b86cc54e89fc5f7e92fc848f07 Mon Sep 17 00:00:00 2001 From: Michael Gallagher Date: Thu, 12 Dec 2024 08:28:05 -0800 Subject: [PATCH] fix: incorrect TLS warning with curl v8.10 https://github.com/rust-lang/rustup/commit/a9c4362a1b256ce56ef6a567b0ce46a474b8cd28 --- nix-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-installer.sh b/nix-installer.sh index 89106ec9e..62a58caac 100755 --- a/nix-installer.sh +++ b/nix-installer.sh @@ -358,7 +358,7 @@ check_help_for() { shift local _category - if "$_cmd" --help | grep -q 'For all options use the manual or "--help all".'; then + if "$_cmd" --help | grep -q '"--help all"'; then _category="all" else _category=""