From kde-commits Sat Apr 27 18:30:52 2013 From: Jeff Mitchell Date: Sat, 27 Apr 2013 18:30:52 +0000 To: kde-commits Subject: [repo-management] bin: Ensure current directory is in load path Message-Id: <20130427183052.99422A603F () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136708746402719 Git commit e1f5fd462754f317148219d50b361050f8c2adc0 by Jeff Mitchell. Committed on 27/04/2013 at 20:30. Pushed by mitchell into branch 'master'. Ensure current directory is in load path M +2 -1 bin/handle_commit_mappings.ru http://commits.kde.org/repo-management/e1f5fd462754f317148219d50b361050f8c2= adc0 diff --git a/bin/handle_commit_mappings.ru b/bin/handle_commit_mappings.ru index bcd33ab..688170b 100644 --- a/bin/handle_commit_mappings.ru +++ b/bin/handle_commit_mappings.ru @@ -1,5 +1,6 @@ +$:.append(File.dirname(__FILE__)) require 'rubygems' require 'sinatra' require 'handle_commit_mappings' - = + run Sinatra::Application