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:
Vidar Holen 2020-08-07 11:35:50 -07:00 committed by GitHub
commit 10c2d827fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: