Skip to content

Commit 544845e

Browse files
committed
Hardcode path to ruby
Don’t use env `ruby` since that could be any ruby and we want the macOS provided ruby for our own sanity. Refs #185
1 parent efcd2fb commit 544845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/brewkit/fix-machos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env ruby
1+
#!/usr/bin/ruby
22

33
# using macOS provided ∵ ruby is complex, ocassionally breaks and that causes revlock
44
# ideally our tests would be thorough enough to guarantee more stability

0 commit comments

Comments
 (0)