Skip to content

Commit dd649ea

Browse files
committed
Changed ruby-build to use /usr/bin/env to support platforms where bash is not in /bin/
1 parent a053376 commit dd649ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ruby-build

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

33
set -E
44
exec 3<&2 # preserve original stderr at fd 3

0 commit comments

Comments
 (0)