From 820e231ad7e81a77051b64dea3a1d2f421ec15d5 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Mon, 4 Mar 2002 01:32:28 +0000 Subject: [PATCH] *** empty log message *** --- harbour/utils/hbmake/hbmutils.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/utils/hbmake/hbmutils.prg b/harbour/utils/hbmake/hbmutils.prg index 618c54a6da..59afc231c5 100644 --- a/harbour/utils/hbmake/hbmutils.prg +++ b/harbour/utils/hbmake/hbmutils.prg @@ -121,7 +121,7 @@ Static Function GetDirs( cPattern ) Local aDir := {} Local lLinux := At( 'linux', lower(Os()) ) > 0 - Aeval( Directory( cPattern + if(lLinux,"*,"*."), "D" ), ; + Aeval( Directory( cPattern + if(lLinux,"*","*."), "D" ), ; { | xItem | If( xItem[ 5 ] = "D" .and. ; ( xItem[ 1 ] != "." .and. xItem[ 1 ] != ".." ), ; ( Aadd( aDir, cPattern + xItem[ 1 ] + If( llinux, "/", '\' ) ), ;