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

This commit is contained in:
Jeff Zellman 2011-08-18 16:44:04 -05:00
parent a0533767fd
commit dd649ea2fb

View file

@ -1,4 +1,4 @@
#!/bin/bash
#! /usr/bin/env bash
set -E
exec 3<&2 # preserve original stderr at fd 3