YADR can be installed to any directory and everything still works
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
Dir[File.join(File.dirname(__FILE__),"lib/**/lib")].each {|dir| $LOAD_PATH << dir}
|
||||
require 'git-style-binary/command'
|
||||
|
||||
$yadr = `find -L ~ -type file -maxdepth 2 -name .yadr | head | sed 's:\.yadr\/::'`.chomp
|
||||
|
||||
Reference in New Issue
Block a user