mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
139 B
Ruby
8 lines
139 B
Ruby
module Homebrew
|
|
module Diagnostic
|
|
class Checks
|
|
alias generic_check_tmpdir_sticky_bit check_tmpdir_sticky_bit
|
|
end
|
|
end
|
|
end
|