mirror of
				https://github.com/fspc/dswim.git
				synced 2025-11-03 16:25:35 -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);
 | 
					         close(TRANSFER);
 | 
				
			||||||
         if (!$commands->{"lowmem"}) {
 | 
					         if (!$commands->{"lowmem"}) {
 | 
				
			||||||
          system $fastswim, "--transfer", $argument2, $tmp;
 | 
					          system $fastswim, "--transfer", $argument2, $tmp, $main::home;
 | 
				
			||||||
         }
 | 
					         }
 | 
				
			||||||
         else {
 | 
					         else {
 | 
				
			||||||
          print STDERR "Gathering the file(s)/dir(s)\n";
 | 
					          print STDERR "Gathering the file(s)/dir(s)\n";
 | 
				
			||||||
          system $imswim, $argument2, $tmp;
 | 
					          system $imswim, $argument2, $tmp, $main::home;
 | 
				
			||||||
          system $slowswim, $tmp, $sort;
 | 
					          system $slowswim, $tmp, $sort;
 | 
				
			||||||
         }
 | 
					         }
 | 
				
			||||||
     }
 | 
					     }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user