spk rev 102

tiny edit in mirror
author Christian Mesh <meshca@clarkson.edu>
date Sat Jun 02 18:20:32 2012 -0500 (2012-06-02)
parents f017035fd1f5
children cab731b9a98c
files spk-mirror
line diff
     1.1 --- a/spk-mirror	Sat Jun 02 18:17:00 2012 -0500
     1.2 +++ b/spk-mirror	Sat Jun 02 18:20:32 2012 -0500
     1.3 @@ -43,7 +43,7 @@
     1.4  check_mirror() {
     1.5  	for file in packages.list packages.$SUM packages.desc ID
     1.6  	do
     1.7 -		gettext "Checking file:"; echo -n " $file"
     1.8 +		echo $(gettext "Checking file:") $file
     1.9  		if ! wget -q -s -T 6 ${1}${list} 2>/dev/null; then
    1.10  			newline
    1.11  			gettext "Unable to reach:"; colorize 31 " $file"