freebsd-dev/bin/mv
Bruce Evans 27e79e1d84 Handle trailing slashes in source filenames correctly. E.g., rewrite
`mv foo/ ../..' to `mv foo/ ../../foo/', not to `mv foo/ ../../'.  The
latter caused a panic.  Before the trailing slash changes in the kernel,
the trailing slashes caused the rename() for this mv to fail earlier, so
there was no panic in 2.0.

Fixes part of PR 760.
1995-10-07 10:42:48 +00:00
..
Makefile Added $Id$ 1994-09-24 02:59:15 +00:00
mv.1 The command to `move' across file system boundaries is actually 1995-08-15 19:44:39 +00:00
mv.c Handle trailing slashes in source filenames correctly. E.g., rewrite 1995-10-07 10:42:48 +00:00
pathnames.h Added $Id$ 1994-09-24 02:59:15 +00:00