aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-07-09 13:22:10 -0500
committerJory Pratt <anarchy@gentoo.org>2019-07-09 13:22:10 -0500
commit09124fbe287f4c2717fea6faef8dcc2562d811ed (patch)
treefd0a98070bbfafddb5bd4869826da8da03edbd35
parentwww-client/firefox: Version bump 68.0b14 (diff)
downloadmozilla-09124fbe.tar.gz
mozilla-09124fbe.tar.bz2
mozilla-09124fbe.zip
get_langs.sh use /bin/bash instead of /bin/sh for compatibility issues
-rwxr-xr-xscripts/get_langs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_langs.sh b/scripts/get_langs.sh
index 50adba43..7098da69 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