Show
Ignore:
Timestamp:
12/01/07 02:51:01 (5 years ago)
Author:
lchin
Message:

lang/ruby/ssb Rakefile fixes/cleanup/improvements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ssb/trunk/config/common.rb

    r1870 r2196  
    1010 
    1111module SSB 
    12   CONFIG = {} 
     12  CONFIG = {} unless defined? CONFIG  
    1313  CONFIG[:home_dir] = File.expand_path(File.join(File.dirname(__FILE__), '..')).untaint 
    1414  CONFIG[:public_dir] = File.join(SSB::CONFIG[:home_dir], 'public_html')