From bc435a62667a7ef6954f09cc37cffc0370825b5c Mon Sep 17 00:00:00 2001 From: erwanlr Date: Wed, 26 Jun 2013 01:16:51 +0300 Subject: [PATCH] Only load bundler for non Kali system --- lib/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/environment.rb b/lib/environment.rb index 68a264c0..51a21732 100644 --- a/lib/environment.rb +++ b/lib/environment.rb @@ -10,7 +10,7 @@ end begin # Standard libs - require 'bundler/setup' + require 'bundler/setup' unless kali_linux? require 'getoptlong' require 'optparse' # Will replace getoptlong require 'uri'