Silence cp diagnostics for dos floppy install in case

directories exist (e.g., after running os-bs).
This commit is contained in:
Andrew Moore 1993-09-11 08:17:00 +00:00
parent 752c095793
commit fde3cccae0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=440

View File

@ -856,7 +856,7 @@ echo " read resp junk"
echo " driveno=\${resp:-0}"
echo " mount -t pcfs -o ro /dev/fd\${driveno}a /mnt"
echo " mkdir -p /usr/distbin"
echo " cp /mnt/* /usr/distbin/"
echo " cp /mnt/* /usr/distbin/ >/dev/null 2>&1"
echo " sync"
echo " umount /mnt >/dev/null 2>&1"
echo " ;;"