diff options
| author | Graham Hughes | 2010-02-15 20:16:11 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-16 15:25:28 -0800 |
| commit | 02710c4a6a61d3de8f41c49793001e9d335b8a9f (patch) | |
| tree | f0db2d2dea3e985c9e4566e00129cbeb8c78e18e /Library | |
| parent | 73264f4396c7c4675fec6226531bd5c9ac606f8f (diff) | |
| download | homebrew-02710c4a6a61d3de8f41c49793001e9d335b8a9f.tar.bz2 | |
Don't merge flags in checkout-index
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 9a74ff59d..e60b879b6 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -190,7 +190,7 @@ class GitDownloadStrategy <AbstractDownloadStrategy end end # http://stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export - safe_system 'git', 'checkout-index', '-af', "--prefix=#{dst}/" + safe_system 'git', 'checkout-index', '-a', '-f', "--prefix=#{dst}/" end end end |
