diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-16 14:12:59 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-16 14:12:59 -0500 |
commit | fd8b6d5e0763d1c7348f6db9c681c1b2d1308f37 (patch) | |
tree | dd906e75ffcd49badafe338c33ea09268d458fc4 /git-mirror-cgit | |
parent | 8a603c978fa0642b02c2fcbb749bf4c3c2793c29 (diff) |
Set Ruby search path appropriately
Diffstat (limited to 'git-mirror-cgit')
-rwxr-xr-x | git-mirror-cgit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-mirror-cgit b/git-mirror-cgit index 3a953b2..b932788 100755 --- a/git-mirror-cgit +++ b/git-mirror-cgit @@ -1,6 +1,7 @@ #!/usr/bin/env ruby # coding: utf-8 +$:.unshift File.dirname(__FILE__) load 'git-mirror-backend.rb' require 'uri' require 'open-uri' |