-
- Downloads
make HOMEBREW_BREW_FILE a Pathname object
Currently HOMEBREW_BREW_FILE is a String, while other of HOMEBREW_*
variables are all Pathname. This commit unifies them all as Pathname,
so it will not cause any confusion.
Closes Homebrew/homebrew#48872.
Signed-off-by:
Xu Cheng <xucheng@me.com>
Showing
- Library/Homebrew/config.rb 3 additions, 2 deletionsLibrary/Homebrew/config.rb
- Library/Homebrew/extend/fileutils.rb 2 additions, 2 deletionsLibrary/Homebrew/extend/fileutils.rb
- Library/Homebrew/formula.rb 1 addition, 1 deletionLibrary/Homebrew/formula.rb
- Library/Homebrew/test/lib/config.rb 1 addition, 1 deletionLibrary/Homebrew/test/lib/config.rb
- Library/brew.rb 1 addition, 1 deletionLibrary/brew.rb
Loading
Please register or sign in to comment