diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 32c3c21c9e..45a293ee61 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990619-09:40 CET Patrick Mast + * tests\working\hscript\hscript.prg + removed line 150 + 19990618-21:50 EDT David G. Holm * makefile.icc - genobj.c was moved to source/contrib diff --git a/harbour/tests/working/hscript/hscript.prg b/harbour/tests/working/hscript/hscript.prg index 7d5d4d50fb..fe6a10f068 100644 --- a/harbour/tests/working/hscript/hscript.prg +++ b/harbour/tests/working/hscript/hscript.prg @@ -147,7 +147,6 @@ FUNCTION Main( cScript ) fClose( hFile ) // Creates the temporary HRB, erases the PRG - QOut( cHarbourDir + "harbour.exe" ) __Run( cHarbourDir + "harbour.exe " + cFile + " /q /n /gHRB" ) fErase( cFile )