From 4230bbd158e8ddf6550f44d6890fada7194a9cf1 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Fri, 24 Feb 2023 00:01:15 +0800 Subject: [PATCH] opt some --- etc/conf/bash_local.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/conf/bash_local.sh b/etc/conf/bash_local.sh index 2e7aa6df..6b48218d 100644 --- a/etc/conf/bash_local.sh +++ b/etc/conf/bash_local.sh @@ -1,6 +1,6 @@ -#!/bin/bash +#!/bin/sh -export LC_ALL=en_US.utf-8 +export LC_ALL=en_US.UTF-8 export BASH_SILENCE_DEPRECATION_WARNING=1 touch ~/.hushlogin