sync_tool.rake: Adjust the location [ci skip]
This commit is contained in:
parent
9ea1281a76
commit
08608be7f0
@ -1,4 +1,6 @@
|
|||||||
task :sync_tool, [:from] do |t, from: (File.identical?(__dir__, "rakelib") ? "../ruby/tool" : __dir__)|
|
task :sync_tool, [:from] do |t, from: nil|
|
||||||
|
from ||= (File.identical?(__dir__, "rakelib") ? "../ruby/tool" : File.dirname(__dir__))
|
||||||
|
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user