Skip to content

Commit

Permalink
Fix issue with setup_environment in Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Jackson committed May 2, 2011
1 parent b28e161 commit e31c84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def setup_cassandra_version(version = CASSANDRA_VERSION)
end

def setup_environment
env = ""
if !ENV["CASSANDRA_INCLUDE"]
env << "CASSANDRA_INCLUDE=#{File.expand_path(Dir.pwd)}/conf/#{CASSANDRA_VERSION}/cassandra.in.sh "
env << "CASSANDRA_HOME=#{CASSANDRA_HOME}/cassandra-#{CASSANDRA_VERSION} "
Expand Down

0 comments on commit e31c84a

Please sign in to comment.