diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-11 10:26:51 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-11 10:26:51 -0800 |
commit | 6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4 (patch) | |
tree | 82bf44167198c4ac5dc17d289e33348d22ad6729 /bootstrap.sh | |
parent | 1eaad45f89f4c914be03e15732ebb51096f4eb63 (diff) | |
download | mediagoblin-6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4.tar.lz mediagoblin-6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4.tar.xz mediagoblin-6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4.zip |
Move "/usr/bin/env bash" to simply "/bin/sh"
This makes working with Guix easier.
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 e0147482..48e08a25 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh set -e |