Skip to content

Commit e7717d5

Browse files
committed
Merge pull request rbenv#14 from jzellman/master
Added support to platforms where bash is not in /bin directory
2 parents a053376 + dd649ea commit e7717d5

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)