commit | 3c12ff7c894d930b1c431954f645087724017995 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Jul 20 00:45:40 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Wed Jul 20 00:45:40 2005 +0000 |
tree | f03892cf7bdd37148841e4b4caa3720f67da38d1 | |
parent | c337d29550162e4130fe74a1f2c7118da3110343 [diff] |
If /tmp and /home were different partitions, then "mv /tmp/file /home/file" would delete /home/file even if /tmp/file didn't exist. This fixes that, although the logic of both mv and cp is a bit tangled and should probably be untangled.