tazpkg rev 839

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Aug 16 19:29:19 2015 +0100 (2015-08-16)
parents 0fdb9715fcc8
children a02e36d44d06
files tazpkg
line diff
     1.1 --- a/tazpkg	Sun Aug 16 11:20:17 2015 +0200
     1.2 +++ b/tazpkg	Sun Aug 16 19:29:19 2015 +0100
     1.3 @@ -488,7 +488,7 @@
     1.4  
     1.5  
     1.6  # Log this activity
     1.7 -# (there log_pkg because we have log() in libtaz.sh)
     1.8 +# (there's log_pkg because we have log() in libtaz.sh)
     1.9  
    1.10  log_pkg() {
    1.11  	local extra
    1.12 @@ -1603,7 +1603,7 @@
    1.13  			exit 0
    1.14  		fi
    1.15  
    1.16 -		# Check if the packages list exist.
    1.17 +		# Check if the packages list exists.
    1.18  		if [ ! -f "$2" ]; then
    1.19  			_ 'Unable to find list "%s"' "$2"
    1.20  			exit 0