# HG changeset patch # User Paul Issott # Date 1474204539 -3600 # Node ID ab2442591abf9d7e24b9181ffd7604aed909c572 # Parent 1c249bcc2ca0373d82fca407494a8ecb3678737d Tiny edit diff -r 1c249bcc2ca0 -r ab2442591abf modules/get --- a/modules/get Sun Sep 18 12:12:29 2016 +0200 +++ b/modules/get Sun Sep 18 14:15:39 2016 +0100 @@ -322,7 +322,7 @@ if [ "$tazpkg_command" != 'get-install' ]; then # 'get' command: download any package if [ -z "$(awk -F$'\t' -vp="$1" '{if ($1 == p) print p}' "$2/packages.info")" ]; then - # This package not exists in the list, it may be virtual package + # This package does not exist in the list, it may be a virtual package virtual_name "$1" "$2" else echo $1