From: Christopher Allan Webber Date: Thu, 11 Feb 2016 18:26:51 +0000 (-0800) Subject: Move "/usr/bin/env bash" to simply "/bin/sh" X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4;p=mediagoblin.git Move "/usr/bin/env bash" to simply "/bin/sh" This makes working with Guix easier. --- 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