2022/bash: move LANG=C to common.bash

This commit is contained in:
2022-12-08 12:52:54 +01:00
parent 64ad068ec8
commit 0c787d9a51
7 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
export cmdname=${0##*/}
export debug=0
export res
export LANG=C
shopt -s extglob
set -o noglob