From 752c095793562ac6dacdb1831daabbd1343dc894 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Sat, 11 Sep 1993 08:12:28 +0000 Subject: [PATCH] remove \'s from where they shouldn't be. --- etc/etc.i386/inst1.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/etc.i386/inst1.install b/etc/etc.i386/inst1.install index c337fa4a967a..098bdf6e005d 100755 --- a/etc/etc.i386/inst1.install +++ b/etc/etc.i386/inst1.install @@ -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] \""