From 09124fbe287f4c2717fea6faef8dcc2562d811ed Mon Sep 17 00:00:00 2001 From: Jory Pratt Date: Tue, 9 Jul 2019 13:22:10 -0500 Subject: 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 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 -- cgit v1.2.3-65-gdbad