devtools: Switching "#!/usr/bin/env bash" -> "#!/bin/sh" again

This makes things easier on Guix and etc.  We don't need Bash
specifically, just something Bourne-compatible, which all Posix
machines should theoretically provide.

* devtools/update_translations.sh: Updated shebang.
This commit is contained in:
Christopher Allan Webber 2016-03-29 11:47:02 -07:00
parent 7e7231aa1a
commit c09a54f840

View File

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