snailgun-rr 1.1.1.4 → 1.1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/snailgun/server.rb +1 -1
  2. metadata +2 -2
@@ -107,7 +107,7 @@ module Snailgun
107
107
  end
108
108
 
109
109
  def self.shell
110
- shell_opts = ENV['SNAILGUN_SHELL_OPTS'] || "-i"
110
+ shell_opts = ENV['SNAILGUN_SHELL_OPTS'] || "-l"
111
111
  args = shell_opts ? Shellwords.shellwords(shell_opts) : []
112
112
  system(ENV['SHELL'] || 'bash', *args)
113
113
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 1
8
8
  - 1
9
- - 4
10
- version: 1.1.1.4
9
+ - 5
10
+ version: 1.1.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brian Candler