Merge pull request #14 from jzellman/master

Added support to platforms where bash is not in /bin directory
This commit is contained in:
Sam Stephenson 2011-08-18 14:53:35 -07:00
commit e7717d5c0b

View file

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