2010-04-23 20:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    * Minor safety fix.
This commit is contained in:
Viktor Szakats
2010-04-23 18:27:26 +00:00
parent e862e2e3db
commit 2c10ee2ab4
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-23 20:27 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
* Minor safety fix.
2010-04-23 19:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Fixed path normalization to return '.' in case a

View File

@@ -6413,7 +6413,7 @@ STATIC PROCEDURE HBC_ProcessAll( hbmk, lConfigOnly )
LOCAL aCFGDirs
#if defined( __PLATFORM__UNIX )
aCFGDirs := { GetEnv( "HOME" ) + "/.harbour",;
aCFGDirs := { DirAddPathSep( GetEnv( "HOME" ) ) + ".harbour",;
"/etc/harbour",;
DirAddPathSep( hb_DirBase() ) + "../etc/harbour",;
DirAddPathSep( hb_DirBase() ) + "../etc",;