Skip to content

Commit

Permalink
OLD_BINSTUB should remain the same
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrdo committed Nov 19, 2015
1 parent d03a963 commit c317d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spring/client/binstub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Binstub < Command
end
CODE

OLD_BINSTUB = %{if Gem::Specification.find_all_by_name("spring").empty?}
OLD_BINSTUB = %{if !Process.respond_to?(:fork) || Gem::Specification.find_all_by_name("spring").empty?}

class Item
attr_reader :command, :existing
Expand Down

0 comments on commit c317d1c

Please sign in to comment.