Browse Source

Ticket #3550: unset MC_USER.

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andreas Mohr 9 years ago
parent
commit
03ab1e49ac
2 changed files with 2 additions and 0 deletions
  1. 1 0
      contrib/mc-wrapper.csh.in
  2. 1 0
      contrib/mc-wrapper.sh.in

+ 1 - 0
contrib/mc-wrapper.csh.in

@@ -18,3 +18,4 @@ endif
 
 rm -f "$MC_PWD_FILE"
 unsetenv MC_PWD_FILE
+unsetenv MC_USER

+ 1 - 0
contrib/mc-wrapper.sh.in

@@ -12,3 +12,4 @@ fi
 
 rm -f "$MC_PWD_FILE"
 unset MC_PWD_FILE
+unset MC_USER