Return destination file path (if sensible) so xattr & history integration works out of the box for simple use cases

This commit is contained in:
Reinhard Pointner 2019-04-21 01:25:21 +07:00
parent f9b5e3a2a0
commit 18ad7b4561
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class ExecutableRenameAction implements RenameAction {
system(command, directory);
return null;
return to.exists() ? to : null;
}
private String getRelativePath(File dir, File f) {