mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:10:38 +08:00
Merge pull request #2028 from Lin-Buo-Ren/github-issue-1643
Fix snap distribution unable to process scripts in Unicode(Chinese) (fixes #1643)
This commit is contained in:
@@ -31,6 +31,8 @@ apps:
|
|||||||
shellcheck:
|
shellcheck:
|
||||||
command: usr/bin/shellcheck
|
command: usr/bin/shellcheck
|
||||||
plugs: [home, removable-media]
|
plugs: [home, removable-media]
|
||||||
|
environment:
|
||||||
|
LANG: C.UTF-8
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
Reference in New Issue
Block a user