mirror of
https://github.com/fspc/dswim.git
synced 2025-02-22 00:23:28 -05:00
Sends new arguments to fastswim and imswim so that the right directories are
used.
This commit is contained in:
parent
4fc38f64a1
commit
f54509d9bc
@ -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…
x
Reference in New Issue
Block a user