Move "/usr/bin/env bash" to simply "/bin/sh"
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 11 Feb 2016 18:26:51 +0000 (10:26 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 11 Feb 2016 18:26:51 +0000 (10:26 -0800)
This makes working with Guix easier.

bootstrap.sh

index e01474829543d216a505b57464beeb0da0d2c4d4..48e08a2547f917007208ade56e46258e4900c9b0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 set -e