From 36f39ad98e386bbf76f7b50abe7365f5d745c1a9 Mon Sep 17 00:00:00 2001 From: Johan Denoyer Date: Fri, 24 Apr 2020 14:34:13 +0200 Subject: [PATCH] Take into account shells not configured with an english locale which make it fail --- bashtop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashtop b/bashtop index 82b946c..7e0beb4 100755 --- a/bashtop +++ b/bashtop @@ -28,7 +28,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -declare -x LC_MESSAGES="C" LC_NUMERIC="C" +declare -x LC_MESSAGES="C" LC_NUMERIC="C" LC_ALL="C.UTF8" shopt -qu failglob nullglob shopt -qs extglob globasciiranges globstar