tazpkg diff tazpkg-box @ rev 785
Change "cat EOT" (only this form is for Sublime Text I using, sorry)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 13 11:53:19 2015 +0300 (2015-04-13) |
parents | 1ab24812ad7e |
children | a41fb2cbc248 |
line diff
1.1 --- a/tazpkg-box Sat Dec 13 16:31:09 2014 +0200 1.2 +++ b/tazpkg-box Mon Apr 13 11:53:19 2015 +0300 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 }