From: Christopher Allan Webber Date: Tue, 29 Mar 2016 18:47:02 +0000 (-0700) Subject: devtools: Switching "#!/usr/bin/env bash" -> "#!/bin/sh" again X-Git-Url: https://vcs.fsf.org/?p=mediagoblin.git;a=commitdiff_plain;h=c09a54f8401c04b5b8b6c7fa8293416336fd3eef 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. --- diff --git a/devtools/update_translations.sh b/devtools/update_translations.sh index d04f4b33..29d3a5fc 100755 --- a/devtools/update_translations.sh +++ b/devtools/update_translations.sh @@ -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.