commit:     09124fbe287f4c2717fea6faef8dcc2562d811ed
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 18:22:10 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 18:22:10 2019 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=09124fbe

get_langs.sh use /bin/bash instead of /bin/sh for compatibility issues

 scripts/get_langs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh
index 50adba4..7098da6 100755
--- a/scripts/get_langs.sh
+++ b/scripts/get_langs.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # vim: set sts=2 sw=2 et tw=0 :
 
 if test -z "${2}"; then

Reply via email to