tazpkg diff modules/reconfigure @ rev 972

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:21:22 2019 +0100 (2019-02-26)
parents ea951624ec43
children
line diff
     1.1 --- a/modules/reconfigure	Sun Oct 25 20:38:22 2015 +0200
     1.2 +++ b/modules/reconfigure	Tue Feb 26 08:21:22 2019 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  
     1.5  # Receipt function caller
     1.6  # Why? "Bad" receipt sourcing can redefine some vital TazPkg variables.
     1.7 -# Few receipts function should be patched now.
     1.8 +# Few receipts functions should be patched now.
     1.9  
    1.10  # Check for post_install function
    1.11  if grep -q '^post_install()' "$INSTALLED/$PACKAGE/receipt"; then