Skip to content

Commit 0873407

Browse files
Force use of bash when running Makefile to generate messages_pb on install
1 parent 40efe97 commit 0873407

File tree

1 file changed

+2
-0
lines changed
  • cucumber-messages/ruby/ext/cucumber-messages

1 file changed

+2
-0
lines changed

cucumber-messages/ruby/ext/cucumber-messages/extconf.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
File.open(File.join(Dir.pwd, 'Makefile'), 'w') do |file|
66
file.write %Q(
7+
SHELL := /usr/bin/env bash
8+
79
default: ../../lib/cucumber/messages_pb.rb
810
911
../../lib/cucumber/messages_pb.rb: ../../messages.proto

0 commit comments

Comments
 (0)