Use 'call' instead of 'start' to start SH, as 'start' opens a new terminal.

Couldn't use start /B either, since that resulted in some bad behaviour.

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
This commit is contained in:
Marius Storm-Olsen 2007-08-09 08:32:54 +02:00
Родитель 40b948111d
Коммит ee26d5a43a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -63,7 +63,7 @@ start rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-
exit
:startsh
start sh --login -i
call sh --login -i
:EOF