From 999582f4120153fbf3a24101504993b1f65b19b6 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 7 Mar 2023 23:34:57 +0800 Subject: [PATCH] Fix typo --- Library/Homebrew/shims/super/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc index 3531f6d360..2706649680 100755 --- a/Library/Homebrew/shims/super/cc +++ b/Library/Homebrew/shims/super/cc @@ -441,7 +441,7 @@ class Cmd fuse_ld_flag = fuse_ld_flags.last.strip fuse_ld_arg = fuse_ld_flag.split("=", 2).last - (fuse_ld_arg == "ld") || fuse_ld_arg.end_with("/usr/bin/ld") + (fuse_ld_arg == "ld") || fuse_ld_arg.end_with?("/usr/bin/ld") end def canonical_path(path)