We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a5324 + 86ec9c7 commit 2f6db37Copy full SHA for 2f6db37
Library/Homebrew/diagnostic.rb
@@ -426,10 +426,12 @@ def check_user_path_1
426
end
427
428
429
+ @user_path_1_done = true
430
message unless message.empty?
431
432
433
def check_user_path_2
434
+ check_user_path_1 unless defined?(@user_path_1_done)
435
return if @seen_prefix_bin
436
437
<<~EOS
@@ -440,6 +442,7 @@ def check_user_path_2
440
442
441
443
444
def check_user_path_3
445
446
return if @seen_prefix_sbin
447
448
# Don't complain about sbin not being in the path if it doesn't exist
0 commit comments