brew/Library/Homebrew/os/linux/diagnostic.rb

10 lines
170 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-05-12 11:47:12 -05:00
module Homebrew
module Diagnostic
class Checks
alias generic_check_tmpdir_sticky_bit check_tmpdir_sticky_bit
end
end
end