Searched hist:11298 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/bin/mv/
H A Dmv.cdiff 11298 Sat Oct 07 10:42:48 MDT 1995 bde 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.

Completed in 53 milliseconds