2010-07-27 16:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/postinst.hbs
    ! Typo in tar detection.
This commit is contained in:
Viktor Szakats
2010-07-27 14:29:38 +00:00
parent 1db9c12b0b
commit be48c07497
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-27 16:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/postinst.hbs
! Typo in tar detection.
2010-07-27 15:32 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbrun/hbrun.prg
! Typo in prev.

View File

@@ -170,7 +170,7 @@ PROCEDURE Main()
lGNU_Tar := .T.
IF ! Empty( query_stdout( "gtar --version" ) )
cBin_Tar := "gtar"
ELSEIF ! Empty( query_stdout( "tar --version" ) )
ELSEIF Empty( query_stdout( "tar --version" ) )
cBin_Tar := ""
ELSEIF "bsdtar" $ query_stdout( "tar --version" )
/* tar is mapped to bsdtar starting OS X 10.6 */