diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-12 13:36:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-12 13:36:50 +0100 |
commit | cc830e04a7c862a9d38932e86566c3d780e0cd1f (patch) | |
tree | 0880cf525dea0c878553754e2251cb6fb8dbb5e3 /checkpkgist.php | |
parent | 2e5606454349d3038e98012bec92846406b4d6fb (diff) |
checkpkgist: minor
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); |