Browse Source

Sends new arguments to fastswim and imswim so that the right directories are

used.
master
freesource 23 years ago
parent
commit
f54509d9bc
  1. 4
      SWIM/DB_Init.pm

4
SWIM/DB_Init.pm

@ -630,11 +630,11 @@ sub md {
}
close(TRANSFER);
if (!$commands->{"lowmem"}) {
system $fastswim, "--transfer", $argument2, $tmp;
system $fastswim, "--transfer", $argument2, $tmp, $main::home;
}
else {
print STDERR "Gathering the file(s)/dir(s)\n";
system $imswim, $argument2, $tmp;
system $imswim, $argument2, $tmp, $main::home;
system $slowswim, $tmp, $sort;
}
}

Loading…
Cancel
Save