diff options
author | Loic Dachary <loic@dachary.org> | 2016-01-12 01:26:14 +0100 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-01-14 10:25:23 -0800 |
commit | c17f755eeaf9447ecae3e32b9602ec19633f5108 (patch) | |
tree | 45af5858a80512e1592faa3ade1206fa63d8b738 /bootstrap.sh | |
parent | 90c083aafe91ed1404709adc92a596f1b6a3dc99 (diff) | |
download | mediagoblin-c17f755eeaf9447ecae3e32b9602ec19633f5108.tar.lz mediagoblin-c17f755eeaf9447ecae3e32b9602ec19633f5108.tar.xz mediagoblin-c17f755eeaf9447ecae3e32b9602ec19633f5108.zip |
Fix #5315 - use `env` in shebangs
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index bc866703..e0147482 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e |