Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Use 'call' instead of 'start' to start SH, as 'start' opens a new ter…
Browse files Browse the repository at this point in the history
…minal.

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

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
  • Loading branch information
Marius Storm-Olsen committed Aug 9, 2007
1 parent 40b9481 commit ee26d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msys.bat
Expand Up @@ -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

Expand Down

0 comments on commit ee26d5a

Please sign in to comment.