1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-05 03:37:22 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-11-27 10:14:24 +00:00
parent 511cd5b6ae
commit d10b18f2b9

View File

@@ -1,11 +1,6 @@
#! /bin/sh
# Demonstrate how mv fails when it tries to move a directory into itself.
: ${MV=mv}
: ${MKDIR=mkdir}
: ${RM=rm}
: ${TOUCH=touch}
if test "$VERBOSE" = yes; then
set -x
mv --version