tazpkg diff modules/get @ rev 897

Modules 'install', 'remove': hide unresolved glib-compile-schemas warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 26 16:05:46 2015 +0200 (2015-12-26)
parents 1362693564d1
children 3af642cd5e69
line diff
     1.1 --- a/modules/get	Fri Dec 11 01:32:39 2015 +0200
     1.2 +++ b/modules/get	Sat Dec 26 16:05:46 2015 +0200
     1.3 @@ -338,7 +338,7 @@
     1.4  	debug "  rep='$rep'\n  namever='$namever'\n  pkgsum='$pkgsum'"
     1.5  
     1.6  	if [ -z "$line" ]; then
     1.7 -		_ 'Unable to find package "%s" in the mirrored packages list.' "$(boldify $1)" >&2
     1.8 +		_ 'Unable to find package "%s" in the mirrored packages list.' "$1" >&2
     1.9  		# Retry with "get-package"; prevent looping with 'redo'
    1.10  		if [ "$2" != 'redo' ]; then
    1.11  			get_pkg "get-$1" 'redo'; exit 0