diff options
author | EuAndreh <eu@euandre.org> | 2023-09-14 07:02:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-14 07:02:11 -0300 |
commit | 41f7b95ed29b21e0a5a695de7fdceb38c5e2f7b4 (patch) | |
tree | 96dee51eb54060b5787992792e05d01c1e609395 | |
parent | Revert "etc/sh/rc: Remove alias on "make"" (diff) | |
download | dotfiles-41f7b95ed29b21e0a5a695de7fdceb38c5e2f7b4.tar.gz dotfiles-41f7b95ed29b21e0a5a695de7fdceb38c5e2f7b4.tar.xz |
etc/sh/rc: Remove $LEX environment variable
-rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -117,7 +117,6 @@ export VG_FLAGS=' export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -Wfatal-errors -Wconversion -Wshadow -Warray-bounds=2 -Wformat-overflow=2 -Wformat=2 -Wformat-truncation -Wstringop-overflow=2 -Wfloat-equal -Wundef -Wdouble-promotion -Wpadded -fno-common -O0 -g -Werror' export CC=tcc -export LEX=flex export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen export GUILE_EFFECTIVE_VERSION |