You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/03/16 00:31:19 UTC

[whimsy.git] [1/1] Commit efd211b: Ensure code works without Whimsy Gem

Commit efd211bbb8f37ce2018b95b8c2f7df12ce57aac9:
    Ensure code works without Whimsy Gem


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/committers/subscribe.cgi                                 | + 
------------------------------------------------------------
1 changes: 1 additions, 0 deletions.
------------------------------------------------------------


diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index be3a253..886e3e8 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -1,4 +1,5 @@
 #!/usr/bin/env ruby
+$LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))
 require 'wunderbar'
 require 'mail'
 require 'whimsy/asf'