tazpkg rev 923

Tiny edit
author Paul Issott <paul@slitaz.org>
date Sun Sep 18 14:15:39 2016 +0100 (2016-09-18)
parents 1c249bcc2ca0
children b26c96a51363
files modules/get
line diff
     1.1 --- a/modules/get	Sun Sep 18 12:12:29 2016 +0200
     1.2 +++ b/modules/get	Sun Sep 18 14:15:39 2016 +0100
     1.3 @@ -322,7 +322,7 @@
     1.4  	if [ "$tazpkg_command" != 'get-install' ]; then
     1.5  		# 'get' command: download any package
     1.6  		if [ -z "$(awk -F$'\t' -vp="$1" '{if ($1 == p) print p}' "$2/packages.info")" ]; then
     1.7 -			# This package not exists in the list, it may be virtual package
     1.8 +			# This package does not exist in the list, it may be a virtual package
     1.9  			virtual_name "$1" "$2"
    1.10  		else
    1.11  			echo $1