From 575a915141e4fade99f0e99341b66e368a3dd73d Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Tue, 2 Apr 2019 18:11:03 +0200 Subject: [PATCH] UBUNTU: [Packaging] update helper scripts BugLink: http://bugs.launchpad.net/bugs/1786013 Signed-off-by: Andrea Righi --- debian/scripts/helpers/close | 2 +- debian/scripts/helpers/open | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/scripts/helpers/close b/debian/scripts/helpers/close index 9769b251fb3c..6499bdae805a 100755 --- a/debian/scripts/helpers/close +++ b/debian/scripts/helpers/close @@ -1,5 +1,5 @@ #!/bin/bash -eu -export LC_ALL=C +export LC_ALL=C.UTF-8 usage() { cat << EOF diff --git a/debian/scripts/helpers/open b/debian/scripts/helpers/open index ac9c5d0477f7..af02593fda11 100755 --- a/debian/scripts/helpers/open +++ b/debian/scripts/helpers/open @@ -1,5 +1,5 @@ #!/bin/bash -eu -export LC_ALL=C +export LC_ALL=C.UTF-8 usage() { cat << EOF -- 2.39.5