We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/usr/bin/env sh
bash
1 parent 097786e commit 54a57f3Copy full SHA for 54a57f3
ext/rabbitmq/Rakefile
@@ -37,11 +37,11 @@ file_task 'rabbitmq-c', :download => :download_tarball do
37
end
38
39
file_task 'config.status', :configure => :download do
40
- cmd "bash -c 'cd #{FILES[:download]} && ./configure'"
+ cmd "/usr/bin/env sh -c 'cd #{FILES[:download]} && ./configure'"
41
cmd "cp #{FILES[:download]}/#{FILES[:configure]} ./"
42
43
44
file_task "librabbitmq.#{::FFI::Platform::LIBSUFFIX}", :build => :configure do
45
- cmd "bash -c 'cd #{FILES[:download]} && make'"
+ cmd "/usr/bin/env sh -c 'cd #{FILES[:download]} && make'"
46
cmd "cp #{FILES[:download]}/librabbitmq/.libs/#{FILES[:build]} ."
47
0 commit comments