diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 069b3ff33c..849863d8e2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-27 12:49 UTC+0200 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + ! fixed similar regression as in 2012-06-27 10:35 UTC+0200 + but for hbrun + 2012-06-27 11:06 UTC+0200 Viktor Szakats (harbour syenar.net) * examples/hbdoc/hbdoc.prg * one remaining ? convert to OUTSTD() diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 4d397ad6f4..dcdcb3dfd7 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -12281,7 +12281,9 @@ STATIC PROCEDURE __hbshell( cFile, ... ) /* Do the thing */ - cFile := PathSepToSelf( cFile ) + IF ! Empty( cFile ) + cFile := PathSepToSelf( cFile ) + ENDIF IF !( cFile == "." ) .AND. ; ! Empty( hb_FNameName( cFile ) ) .AND. ;