diff options
Diffstat (limited to 'checkpkgist.php')
| -rwxr-xr-x | checkpkgist.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpkgist.php b/checkpkgist.php index 33aee0e..a91e1ab 100755 --- a/checkpkgist.php +++ b/checkpkgist.php @@ -119,7 +119,7 @@ function run($name, $rpm) {  	}  	if (!$quiet) { -		printf(" %-40s\r", $rpm); +		printf(" %-80s\r", $rpm);  	}  	$rpmver = exec("rpm -q --qf '%{VERSION}' $rpm", $out, $ret);  | 
