Skip to content

Commit

Permalink
Fix up bad line removals
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed Nov 24, 2011
1 parent 0ffe916 commit 7d2b2b1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion msfbinscan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfcli
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfconsole
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfelfscan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfencode
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfmachscan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfopcode
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfpayload
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfpescan
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfrop
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfrpc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfrpcd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down
2 changes: 1 addition & 1 deletion msfvenom
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
$:.unshift(File.join(File.dirname(msfbase), 'lib'))
require 'fastlib'

'))


$:.unshift(ENV['MSF_LOCAL_LIB']) if ENV['MSF_LOCAL_LIB']

Expand Down

0 comments on commit 7d2b2b1

Please sign in to comment.