Commit dd649ea2 authored by Jeff Zellman's avatar Jeff Zellman
Browse files

Changed ruby-build to use /usr/bin/env to support platforms where bash is not in /bin/

parent a0533767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#! /usr/bin/env bash

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