summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Arko <mail@arko.net>2015-06-18 23:18:11 -0500
committerAndré Arko <mail@arko.net>2015-06-18 23:18:11 -0500
commitb2b7acf5370a48f17e6c381dd28c94b67aabbf99 (patch)
treef0d67f4bad63a74804d5c54bcd46b6fcf14e09bf
parent32e53b3f34c1b68fb35969d717632d92ba1caa05 (diff)
parentc3e42c564bf96b67962e1ecce11e02a1c498eea2 (diff)
downloadbundler-b2b7acf5370a48f17e6c381dd28c94b67aabbf99.tar.gz
Merge pull request #3756 from postmodern/patch-2
Use `#!/usr/bin/env bash`
-rw-r--r--lib/bundler/templates/newgem/bin/setup.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/bin/setup.tt b/lib/bundler/templates/newgem/bin/setup.tt
index b65ed50ff1..74687537d9 100644
--- a/lib/bundler/templates/newgem/bin/setup.tt
+++ b/lib/bundler/templates/newgem/bin/setup.tt
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'