]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r284916: mv: Improve message when moving two or more files to
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Aug 2015 21:35:35 +0000 (21:35 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 22 Aug 2015 21:35:35 +0000 (21:35 +0000)
commitc7cd1ca02ab56d97862db49dc3bf20ba8b8283ff
tree3edb8ea42624d14550ed003ac386f1461a8397a9
parentd1dbf325478ec62d99bc51a95fe6a4551d84804d
MFC r284916: mv: Improve message when moving two or more files to
non-directory.

The message text is from cp, which has had a nicer message for this since
2007 (PR bin/50656).

As with cp, the exit status changes from 64 to 1.

PR: 201083

git-svn-id: svn://svn.freebsd.org/base/stable/10@287027 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/mv/mv.c