chiark / gitweb /
Don't read the user's home directory. (This should have been fixed a
authormdw <mdw>
Thu, 3 Jun 1999 16:57:18 +0000 (16:57 +0000)
committermdw <mdw>
Thu, 3 Jun 1999 16:57:18 +0000 (16:57 +0000)
while back.)

sw-env

diff --git a/sw-env b/sw-env
index 1851c341820bc31ee22fae71ab0d62046a2300b1..cf811c5982ad5e44d4736c7f34f5e08fb3b640a6 100644 (file)
--- a/sw-env
+++ b/sw-env
@@ -37,7 +37,6 @@ PATH = "$PATH:/sw/common/arch/$SW_ARCH:/ebi/supported/bin";
 unset LD_LIBRARY_PATH;
 unset LD_PRELOAD;
 
-# --- Include user preferences, and package-specific definitions ---
+# --- Include package-specific definitions ---
 
-include "$HOME/.sw-env";
 include ".sw-env";