Switch to #!/bin/sh (don't use "env" unless we have to)

env causes problems in GuixSD and maybe even some other places.
This commit is contained in:
Christopher Allan Webber 2016-02-10 11:11:02 -08:00
parent 850eabc325
commit 493698a536

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
# GNU MediaGoblin -- federated, autonomous media hosting
# Copyright (C) 2015 GNU MediaGoblin Contributors. See AUTHORS.