cookutils diff modules/mk_pkg_receipt @ rev 1006

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Nov 11 11:53:55 2017 +0000 (2017-11-11)
parents e8ed065cd3a2
children be4a05be1a6f
line diff
     1.1 --- a/modules/mk_pkg_receipt	Tue Nov 07 13:57:02 2017 +0200
     1.2 +++ b/modules/mk_pkg_receipt	Sat Nov 11 11:53:55 2017 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  [ "${signature:0:1}" == '#' ] || signature='# SliTaz package receipt.'
     1.5  
     1.6  save="$(mktemp)"
     1.7 -# `$(echo ...)`: normalize whitespace (space, tab, newline and they combinations and repeats)
     1.8 +# `$(echo ...)`: normalize whitespace (space, tab, newline and their combinations and repeats)
     1.9  cat > $save <<EOT
    1.10  PACKAGE="$PACKAGE"; DEPENDS="$(echo $DEPENDS)"; PROVIDE="$(echo $PROVIDE)"
    1.11  SUGGESTED="$(echo $SUGGESTED)"; TAZPANEL_DAEMON="$TAZPANEL_DAEMON"