tazpkg diff modules/bugs @ rev 950

Minor bug fixes due to the change in the behavior of the dot command in Busybox-1.27; support "release checksum" in modules/mkdb.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 13:38:37 2017 +0300 (2017-07-27)
parents d6cbd0c5f273
children
line diff
     1.1 --- a/modules/bugs	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/modules/bugs	Thu Jul 27 13:38:37 2017 +0300
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  for pkg in $LIST; do
     1.6  	unset BUGS EXTRAVERSION
     1.7 -	. "$pkg/receipt"
     1.8 +	. ./$pkg/receipt
     1.9  
    1.10  	if [ -n "$BUGS" ]; then
    1.11  		MSG=$(_n 'Bug list completed')