X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/54efab99b33efe20a0c3c39dd36569310c5441b5..ee5bc1519ff7fc99022fa43408384da96daf98ed:/scripts/rename_system.pl diff --git a/scripts/rename_system.pl b/scripts/rename_system.pl index cf1dbde..9e320cb 100755 --- a/scripts/rename_system.pl +++ b/scripts/rename_system.pl @@ -37,7 +37,6 @@ my $sth = $db->prepare(q[ ]); $sth->execute(); -my $user_list_format = "%-10s %-10s %-18s %-20s %-18s %-s\n"; printf $user_list_format, "SysName", "Status", "Owner", "Email", "Distro", "Version"; while (my $row = $sth->fetchrow_hashref)