bin/autobuild in autobuild-1.3.1 vs bin/autobuild in autobuild-1.3.2

- old
+ new

@@ -13,13 +13,9 @@ # Load the command line options conffile, *packages = Autobuild.commandline(ARGV) Autobuild.packages = packages -Autobuild.env_set 'PATH', *(ENV['PATH'].split(":")) -Autobuild.env_set 'RUBYLIB', *(ENV['PATH'].split(":")) -Autobuild.env_set 'PKG_CONFIG_PATH', *(ENV['PATH'].split(":")) - # make conffile an absolute path since daemonize mode makes # / the current directory conffile = File.expand_path(conffile, Dir.pwd) if Autobuild.daemonize puts "Going into daemon mode ..."