bin/inqlude in inqlude-0.7.4 vs bin/inqlude in inqlude-0.8.0

- old
+ new

@@ -16,15 +16,9 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. require File.expand_path('../../lib/inqlude',__FILE__) -distro = Distro.detect -if !distro - STDERR.puts "Warning: unable to detect distro." -end - Cli.settings = Settings.new -Cli.distro = distro Cli.check_unknown_options! Cli.start ARGV