diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-10 10:31:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-10 10:31:10 +0800 |
| commit | d4f3ef78f6242926256d1430dd94098ee8f7bab7 (patch) | |
| tree | 373cde0eee127779355bc6540dcbea1931e82af0 /scripts | |
| parent | 2ab00442ec06ff89a4f3c03ce282a5287d08d353 (diff) | |
Fix JV_LANG export syntax in CLI script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cli.sh b/scripts/cli.sh index 454bd6f..8e2f456 100644 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -9,7 +9,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" # Use JV_LANG to set CLI language # Supported: en, zh-CN -# export JV_LANG = en +# export JV_LANG=en ############### ### ALIASES ### |
