minor fix on OSShell()

This commit is contained in:
Antonio Linares
2001-02-08 15:04:21 +00:00
parent 0439e3a876
commit c835bb9e17

View File

@@ -883,7 +883,7 @@ METHOD OSShell() CLASS TDebugger
begin sequence
if At("WINDOWS", cOs) != 0 .OR. At("DOS", cOs) != 0 .OR. At("OS/2", cOs) != 0
RUN cShell
RUN ( cShell )
else
Alert( "Not implemented yet!" )