1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Remove unnecessary command from the builder

This commit is contained in:
Petko Bordjukov 2016-05-13 02:40:01 +03:00
parent 09b57cca7c
commit b4a0426880

View file

@ -108,7 +108,6 @@ module Libv8
system "gclient fetch" or fail "could not fetch v8 build dependencies commits"
end
Dir.chdir('v8') do
system "git checkout Makefile" # Work around a weird bug on FreeBSD
unless system "git checkout #{source_version} -- ."
fail "unable to checkout source for v8 #{source_version}"
end