*** rc.orig	Mon Mar 14 15:40:40 2005
--- rc	Mon Mar 14 15:40:56 2005
***************
*** 604,610 ****
          echo "unset PWD SHLVL" >>$tmpfile
          echo "env |\\" >>$tmpfile
          echo "egrep '^[A-Z_][A-Z0-9_]*=.' |\\" >>$tmpfile
!         echo "sed -e 's/\\\\/\\\\\\\\/g' -e 's/\"/\\\\\"/g' \\" >>$tmpfile
          case $SHELL in
              csh|*/csh|tcsh|*/tcsh )
                  echo "-e 's/^\\([^=]*\\)=\\(.*\\)\$/setenv \\1 \"\\2\"/'" >>$tmpfile
--- 604,610 ----
          echo "unset PWD SHLVL" >>$tmpfile
          echo "env |\\" >>$tmpfile
          echo "egrep '^[A-Z_][A-Z0-9_]*=.' |\\" >>$tmpfile
!         echo "sed -e '/^_=/d' -e 's/\\\\/\\\\\\\\/g' -e 's/\"/\\\\\"/g' \\" >>$tmpfile
          case $SHELL in
              csh|*/csh|tcsh|*/tcsh )
                  echo "-e 's/^\\([^=]*\\)=\\(.*\\)\$/setenv \\1 \"\\2\"/'" >>$tmpfile
