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
This commit is contained in:
Viktor Szakats
2012-06-27 10:50:26 +00:00
parent a4333928e1
commit a325676ce2
2 changed files with 8 additions and 1 deletions

View File

@@ -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()

View File

@@ -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. ;