fix: Reset `LC_ALL` in Makefile

This commit is contained in:
Edwin Kofler 2023-11-18 15:51:18 -08:00
parent 3de2e7e819
commit 8720fcc86d
No known key found for this signature in database
GPG Key ID: A1E60C1F1A423B08
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}