aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-11 10:43:36 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-10-11 10:50:26 +0200
commitb14087d92f6c5d2430f97902e84d7f24027044bc (patch)
tree60ee874b499ceec9fb3eeaded8fc45084d6ad3ca /iurt
parent5dad5637e0b624568adac81feaafcca418b9d502 (diff)
downloadiurt-b14087d92f6c5d2430f97902e84d7f24027044bc.tar
iurt-b14087d92f6c5d2430f97902e84d7f24027044bc.tar.gz
iurt-b14087d92f6c5d2430f97902e84d7f24027044bc.tar.bz2
iurt-b14087d92f6c5d2430f97902e84d7f24027044bc.tar.xz
iurt-b14087d92f6c5d2430f97902e84d7f24027044bc.zip
perl_checker cleanups
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index 49f49dc..085f3cc 100755
--- a/iurt
+++ b/iurt
@@ -938,7 +938,7 @@ retry:
if (system("cp $chroot_tmp/home/$luser/rpmbuild/RPMS/*/*.rpm $local_spool &>/dev/null")) {
# If copy fails (like disk full), report a failure and delete partially copied files
plog('ERROR', "ERROR: could not copy rpm files from $chroot_tmp/home/$luser/rpmbuild/RPMS/ to $local_spool ($!)");
- for my $package (@packages) {
+ foreach my $package (@packages) {
unlink "$local_spool/$package";
}
}