]> git.pld-linux.org Git - projects/setup.git/commitdiff
- Do not export MAIL while isn't set here
authoradgor <adgor@pld-linux.org>
Thu, 1 Apr 2004 09:17:45 +0000 (09:17 +0000)
committeradgor <adgor@pld-linux.org>
Thu, 1 Apr 2004 09:17:45 +0000 (09:17 +0000)
Changed files:
    etc/profile -> 1.36

etc/profile

index 193d8c36589ef9da5ff9e8405900f632917d5b2d..8621dc18a45d426b51b30c38454760fa46dc285e 100644 (file)
@@ -134,7 +134,7 @@ case "$SH" in
 esac
 
 unset SH
-export PATH PS1 PS2 HOSTNAME HISTFILE HISTSIZE HISTFILESIZE USER LOGNAME MAIL
+export PATH USER LOGNAME HOSTNAME HISTFILE HISTSIZE HISTFILESIZE PS1 PS2
 
 for i in /etc/profile.d/*.sh ; do
        if [ -x $i ]; then
This page took 0.06546 seconds and 4 git commands to generate.