Upon further discussions with @aristocratos, we've agreed to unset LC_ALL which also solves the problem.

pull/27/head
Johan Denoyer 2020-04-25 10:40:09 +02:00
parent 36f39ad98e
commit 688a692dd2
1 changed files with 1 additions and 1 deletions

View File

@ -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" LC_ALL="C.UTF8"
declare -x LC_MESSAGES="C" LC_NUMERIC="C" LC_ALL=""
shopt -qu failglob nullglob
shopt -qs extglob globasciiranges globstar