From 6199c8da8d0f615c695bdc9c6dd9174bcb58e9e4 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 11 Feb 2016 10:26:51 -0800 Subject: [PATCH] Move "/usr/bin/env bash" to simply "/bin/sh" This makes working with Guix easier. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1