remove \'s from where they shouldn't be.

This commit is contained in:
Andrew Moore 1993-09-11 08:12:28 +00:00
parent 39da311037
commit 752c095793
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=439

View File

@ -848,7 +848,7 @@ echo "echo"
echo "echo -n \"Install optional dos floppy? [n] \""
echo "read resp junk"
echo "case \"\$resp\" in"
echo "y\*|Y\*)"
echo "y*|Y*)"
echo " echo"
echo " echo \"Now insert third installation (dos) floppy in drive and\""
echo " echo -n \"enter that drive's number (e.g. 0 or 1): [0] \""