From 515e01886241fa54154fa0d157861eeeab1ae57d Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 24 Feb 2024 08:41:58 -0800 Subject: [PATCH] rewrite comment --- home/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shrc b/home/shrc index 29c2354..f146061 100644 --- a/home/shrc +++ b/home/shrc @@ -56,7 +56,7 @@ umask 022 # umask should be reset else pip might make faulty installations. ADDPATH "$HOME/opt/local/bin" -# cleanup in case of inherited exports: +# clean up problematic, potentially-inherited exports: unset PREFIX CC CPP CXX LD CFLAGS CPPFLAGS CXXFLAGS LDFLAGS unset AR RANLIB RC WINDRES OBJDUMP OBJCOPY unset LD_LIBRARY_PATH