diff options
-rwxr-xr-x | .local/bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/setup b/.local/bin/setup index e26c590..ee8d0d7 100755 --- a/.local/bin/setup +++ b/.local/bin/setup @@ -6,7 +6,7 @@ undefine XDG_CONFIG_DIR LANG = C export LANG -undefine $(filter LC_%,$(.VARIABLES)) +$(foreach v,$(filter LC_%,$(.VARIABLES)),$(eval undefine $v)) CFLAGS += -std=c99 -Wall -Wextra -Werror -Wno-unused-parameter |