tazpkg diff modules/bugs @ rev 972

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:21:22 2019 +0100 (2019-02-26)
parents d6cbd0c5f273
children
line diff
     1.1 --- a/modules/bugs	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/modules/bugs	Tue Feb 26 08:21:22 2019 +0100
     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')