mirror of
https://github.com/gosticks/brew.git
synced 2026-08-30 13:30:17 +00:00
10 lines
170 B
Ruby
10 lines
170 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Homebrew
|
|
module Diagnostic
|
|
class Checks
|
|
alias generic_check_tmpdir_sticky_bit check_tmpdir_sticky_bit
|
|
end
|
|
end
|
|
end
|