aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-25 06:23:26 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-25 06:23:26 +0000
commit8f2d4b4f9d77b90fc669b70d501ad44b26417445 (patch)
tree11eebebff8912d86d37bf2d07978c26219c1bfe3
parent4378ed899e56cfed1ffda1237188654de2bee350 (diff)
downloadiurt-8f2d4b4f9d77b90fc669b70d501ad44b26417445.tar
iurt-8f2d4b4f9d77b90fc669b70d501ad44b26417445.tar.gz
iurt-8f2d4b4f9d77b90fc669b70d501ad44b26417445.tar.bz2
iurt-8f2d4b4f9d77b90fc669b70d501ad44b26417445.tar.xz
iurt-8f2d4b4f9d77b90fc669b70d501ad44b26417445.zip
this is perl: no need for initializing
-rwxr-xr-xulri2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulri b/ulri
index 4629057..e92b6ca 100755
--- a/ulri
+++ b/ulri
@@ -644,7 +644,7 @@ foreach my $prefix (sort keys %pkg_tree) {
#
# create also the log dir for botcmd.log
next if ssh($remote, "mkdir -p $prefix_dir/log");
- my $pkgs = "";
+ my $pkgs;
my $ok = 1;
foreach my $srpm (@$srpms) {
plog('NOTIFY', "Send to $host/$arch: $srpm");