changed handeling of $RSH - if already set keep value

RSH is needed to be set to the current installation of WinNT,
problems on multiboot machines if c:/winnt/system32/rsh is being used
when running the Win2K from d:
also problems with MKS and cygnus rsh
This commit is contained in:
sonmi%netscape.com 2001-08-20 20:50:17 +00:00
Родитель 019cd913e8
Коммит 11078f31e3
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -194,7 +194,9 @@ then
os_name="Windows"
O_MKS=ON
O_WIN=ON
RSH=c:/winnt/system32/rsh
if [ -z $RSH ] ; then
RSH=c:/winnt/system32/rsh
fi
else
EDITOR=vi
@ -209,7 +211,7 @@ fi
BASEPATH=$PATH # in case we we set and reset DIST directories the PATH
# needs to change accordingly
export PATH EDITOR EMACSLOADPATH PYTHONPATH PAGER XMCD_LIBDIR DISPLAY MANPATH os_full os_name BASEPATH
export PATH EDITOR EMACSLOADPATH PYTHONPATH PAGER XMCD_LIBDIR DISPLAY MANPATH os_full os_name BASEPATH RSH
umask 022