lib/appengine-tools/boot.rb in appengine-tools-0.0.6 vs lib/appengine-tools/boot.rb in appengine-tools-0.0.7

- old
+ new

@@ -32,9 +32,11 @@ args = options[:args] || ARGV should_exec = options[:exec] should_exec ||= should_exec.nil? + # TODO This is really ugly. We should just be using -I + # for the paths we need (appengine-tools and it's deps) ENV['GEM_HOME'] = Gem.dir ENV['GEM_PATH'] = Gem.path.compact.join(File::SEPARATOR) appcfg = [File.expand_path(File.join(File.dirname($0), 'appcfg.rb'))] if should_exec