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.
2 parents 9beacd1 + ce3dc12 commit 2ca14c9Copy full SHA for 2ca14c9
lib/msfdb_helpers/pg_ctl.rb
@@ -46,7 +46,7 @@ def test_executable_file(path)
46
begin
47
file_name = File.join(path, 'msfdb_testfile')
48
File.open(file_name, 'w') do |f|
49
- f.puts "#!/bin/bash\necho exec"
+ f.puts "#!/bin/sh\necho exec"
50
end
51
File.chmod(0744, file_name)
52
0 commit comments