From 95ba1e9b3bb0b2dbaba7b3de4e3e344df7bcf4ee Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sat, 19 Jun 1999 08:47:06 +0000 Subject: [PATCH] tests\working\hscript\hscript.prg removed line 150 --- harbour/ChangeLog | 4 ++++ harbour/tests/working/hscript/hscript.prg | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 )