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:
@@ -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()
|
||||
|
||||
@@ -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. ;
|
||||
|
||||
Reference in New Issue
Block a user