mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

If the underneath file system is a Network File System, `brew cleanup` will fail to remove the lock files with following error message: Error: Bad file descriptor @ rb_file_flock - /path/to/the/lock_file This commit fixes such issue and adds the corresponding test case.
Library
This directory contains all the code run by the official brew
and brew cask
commands in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.