From 6307fbac08bd96684732fc88c288998e1321a57d Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 18 Aug 2017 16:02:53 +0200 Subject: [PATCH] Add a check for the default language set --- gitlab/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/functions.sh b/gitlab/functions.sh index 2ea420e..699aa0e 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -473,3 +473,5 @@ fi export_env DOC_SERVER_PREFIX check_env DOC_UPLOADS + +check_env LANG -- GitLab