From 118ca330dfdfd6f498452d5e43a030ed96a45d73 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 24 Feb 2016 13:44:52 -0800 Subject: [PATCH] Also switch "#!/usr/bin/env bash" to "#!/bin/sh" in compile-translations.sh --- devtools/compile_translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/compile_translations.sh b/devtools/compile_translations.sh index 6104892f..787a4554 100755 --- a/devtools/compile_translations.sh +++ b/devtools/compile_translations.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # GNU MediaGoblin -- federated, autonomous media hosting # Copyright (C) 2015 GNU MediaGoblin contributors. See AUTHORS. -- 2.25.1