devtools: Switching "#!/usr/bin/env bash" -> "#!/bin/sh" again
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 29 Mar 2016 18:47:02 +0000 (11:47 -0700)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 29 Mar 2016 18:47:02 +0000 (11:47 -0700)
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.

devtools/update_translations.sh

index d04f4b3363dc7940f0f387077169997169d7c510..29d3a5fc4f16aac10706ba6334c2d0f30cfd1c07 100755 (executable)
@@ -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.