]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 27 Jun 1998 20:33:58 +0000 (20:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 27 Jun 1998 20:33:58 +0000 (20:33 +0000)
tests/cp/same-file

index e8e303214d8bfd86f0b8a3857b735fa6165c0b32..a1f9bde341445462253b6043176dd933a37dffa2 100755 (executable)
@@ -4,6 +4,11 @@
 
 : ${CP=cp}
 
+if test "$VERBOSE" = yes; then
+  set -x
+  $CP --version
+fi
+
 LANGUAGE=C; export LANGUAGE
 LANG=C; export LANG