1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-09-02 09:30:03 +00:00
parent aa8f9f7e67
commit 24946d8604

View File

@@ -80,10 +80,9 @@ for copy in cp mv; do
$copy $options $args 2>.err
echo $? $copy $options $args
# Normalize the program name in the error output,
# and put brackets around the output.
test -s .err && echo "[`sed 's/^[^:][^:]*:/cp:/' .err`]"
test -s .err && echo "[`sed 's/^[^:][^:]*\(..\):/\1:/' .err`]"
# Strip off all but the file names.
ls="`ls -lG --ignore=.err . \
| sed \