Move "/usr/bin/env bash" to simply "/bin/sh"

This makes working with Guix easier.
This commit is contained in:
Christopher Allan Webber 2016-02-11 10:26:51 -08:00
parent 1eaad45f89
commit 6199c8da8d

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
set -e