1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00

Fix usage issues in different countries

This commit is contained in:
Tw93
2025-12-12 10:01:59 +08:00
parent 500e5da268
commit 963aaa3673
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
set -euo pipefail
# Fix locale issues (similar to Issue #83)
export LC_ALL=C
export LANG=C
# Load common functions
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
source "$SCRIPT_DIR/lib/core/common.sh"

View File

@@ -2,6 +2,10 @@
set -euo pipefail
# Fix locale issues (Issue #83)
export LC_ALL=C
export LANG=C
# Load common functions
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
source "$SCRIPT_DIR/lib/core/common.sh"