From ea269fabd5bdcb82a9dc44090c8ec46b9c9bba00 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 7 May 2000 07:40:13 +0000 Subject: [PATCH] 20000507-09:40 GMT+1 Victor Szakats --- harbour/ChangeLog | 5 +++++ harbour/tests/gnu_test.bat | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f6ecdc8b34..22e12ae154 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000507-09:40 GMT+1 Victor Szakats + + * tests/gnu_test.bat + ! Fixed envvar references. + 20000506-22:45 GMT-8 Ron Pinkas * include/hbcomp.h diff --git a/harbour/tests/gnu_test.bat b/harbour/tests/gnu_test.bat index 9ea0f303e6..729ac754c5 100644 --- a/harbour/tests/gnu_test.bat +++ b/harbour/tests/gnu_test.bat @@ -6,9 +6,9 @@ rem if %hb_architecture%.==. goto bad_arch if %hb_compiler%.==. goto bad_comp -if exist %hb_architecture\%hb_compiler\%1.* del %hb_architecture\%hb_compiler\%1.* +if exist %hb_architecture%\%hb_compiler%\%1.* del %hb_architecture%\%hb_compiler%\%1.* make -r "PRG_SOURCES=%1.prg" -if not errorlevel 1 %hb_architecture\%hb_compiler\%1 %2 %3 %4 %5 %6 %7 %8 %9 +if not errorlevel 1 %hb_architecture%\%hb_compiler%\%1 %2 %3 %4 %5 %6 %7 %8 %9 goto exit :bad_arch