Merge pull request #209 from fox-forks/hyperupcall-locale

fix: Reset `LC_ALL` in Makefile
This commit is contained in:
Ryan Delaney 2023-11-20 11:29:34 -05:00 committed by GitHub
commit 470d5a5c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
export LC_ALL=C
FILE_NAME=lscolors
export XDG_DATA_HOME ?= $${$$HOME/.local/share}