Skip to content

Commit

Permalink
Use SHELL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
candlerb committed May 15, 2009
1 parent d84794a commit d174e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/snailgun/server.rb
Expand Up @@ -73,7 +73,7 @@ def start_ruby(args)
end

def self.shell
system("bash -l") # TODO: configurable
system("#{ENV['shell'] || 'bash'} -l") # TODO: configurable
end

# Interactive mode (start a subshell with SNAILGUN_SOCK set up,
Expand Down

0 comments on commit d174e76

Please sign in to comment.