Don't merge flags in checkout-index

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Graham Hughes 2010-02-15 20:16:11 -08:00 committed by Adam Vandenberg
parent e3a9e961bf
commit a4bd7c008d

View File

@ -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