aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-27 04:12:01 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-27 04:12:01 +0000
commit69b8d5b4763fdccfe790e0d8ae53c5d3bc69624a (patch)
tree8d4397b8fb80b86393f23e39a399bd9f13e59c4a /iurt2
parent5b1db5af6b85b87fb8607a94b9b4b82ffee495db (diff)
downloadiurt-69b8d5b4763fdccfe790e0d8ae53c5d3bc69624a.tar
iurt-69b8d5b4763fdccfe790e0d8ae53c5d3bc69624a.tar.gz
iurt-69b8d5b4763fdccfe790e0d8ae53c5d3bc69624a.tar.bz2
iurt-69b8d5b4763fdccfe790e0d8ae53c5d3bc69624a.tar.xz
iurt-69b8d5b4763fdccfe790e0d8ae53c5d3bc69624a.zip
(remove_chroot) pass missing 'config' parameter to clean_all_chroot_tmp()
bug introduced in commit r5307 by pterjan on 2012-08-08 (was: "Initial btrfs support")
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index ccb3202..9b7951f 100755
--- a/iurt2
+++ b/iurt2
@@ -705,7 +705,7 @@ if (!$run{use_old_chroot}) {
if (!-d $chroot_tmp) {
mkdir $chroot_tmp;
} else {
- remove_chroot(\%run, $chroot_tmp, $chroot_name);
+ remove_chroot(\%run, $config, $chroot_tmp, $chroot_name);
}
mkdir_p("$chroot_tmp/$run{user}");