2009-05-18 17:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* utils/hbmk2/hbmk2.prg
    ! Fixed handling empty command lines.
This commit is contained in:
Viktor Szakats
2009-05-18 15:54:39 +00:00
parent 64ac7a1495
commit 748c9bf915
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to these authors: Viktor Szakats.
*/
2009-05-18 17:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
! Fixed handling empty command lines.
2009-05-18 17:51 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/hbmk2.hu_HU.po

View File

@@ -288,7 +288,7 @@ PROCEDURE Main( ... )
NEXT
/* Exit if there was no more projects found on the command line */
IF nTarget < nTargetTODO .AND. !( nTargetTODO == 1 .AND. ! Empty( aArgsTarget ) )
IF nTarget < nTargetTODO .AND. nTargetTODO != 1
EXIT
ENDIF