fix for missing export in locale settings

pull/19/head
aristocratos 2020-04-09 20:17:13 +02:00
parent 14310b11ce
commit 1fd6d0a0f8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
declare LC_MESSAGES="C" LC_NUMERIC="C"
declare -x LC_MESSAGES="C" LC_NUMERIC="C"
shopt -qu failglob globstar
shopt -qs extglob globasciiranges