tazpkg diff tazpkg-box @ rev 797

tazpkg: remove 2 'No such file or directory' errors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 18:05:45 2015 +0200 (2015-05-02)
parents 1ab24812ad7e
children a41fb2cbc248
line diff
     1.1 --- a/tazpkg-box	Sat Dec 13 16:31:09 2014 +0200
     1.2 +++ b/tazpkg-box	Sat May 02 18:05:45 2015 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  # patch to extract a TazPkg file but not Thunar and other FM. TazPkgBox tries
     1.5  # to follow freedesktop standards.
     1.6  #
     1.7 -# Copyright (C) 2011-2014 SliTaz GNU/Linux - GNU GPL v2
     1.8 +# Copyright (C) 2011-2015 SliTaz GNU/Linux - GNU GPL v2
     1.9  #
    1.10  # Authors: Christophe Lincoln <pankso@slitaz.org>
    1.11  #
    1.12 @@ -23,7 +23,7 @@
    1.13  
    1.14  
    1.15  usage() {
    1.16 -	cat << EOT
    1.17 +	cat <<EOT
    1.18  $(_ 'Usage:') $(basename $0) [actions|URL] [$(_ 'package')]
    1.19  EOT
    1.20  }