tazpkg diff modules/info @ rev 944

modules/summary: fix $((arithmetic))
Busybox ash vs. Bash problem?
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 04:05:32 2017 +0200 (2017-02-22)
parents 9e271be1090b
children 4802158453e1
line diff
     1.1 --- a/modules/info	Wed Feb 08 05:32:39 2017 +0200
     1.2 +++ b/modules/info	Wed Feb 22 04:05:32 2017 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  
     1.6  
     1.7 -# Unset variables that may absent in the receipt
     1.8 +# Unset variables that may be absent in the receipt
     1.9  unset EXTRAVERSION TAGS DEPENDS PROVIDE SIZES
    1.10  
    1.11  if [ -e "$1" -a "${1%.tazpkg}" != "$1" ]; then