aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2016-02-11 10:26:51 -0800
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-02-11 10:26:51 -0800
commit6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4 (patch)
tree82bf44167198c4ac5dc17d289e33348d22ad6729 /bootstrap.sh
parent1eaad45f89f4c914be03e15732ebb51096f4eb63 (diff)
downloadmediagoblin-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-xbootstrap.sh2
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