blob: 0a8a77f519c2987dea500f66e6abe2dcc67d7bb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-aa,v 1.2 2001/07/18 20:04:13 martin Exp $
--- Configure.orig Sun Jul 15 23:32:27 2001
+++ Configure Sun Jul 15 23:34:48 2001
@@ -490,8 +490,8 @@
n=''
c='\c'
fi
-echo $n "Type carriage return to continue. Your cursor should be here-->$c"
-read ans
+#echo $n "Type carriage return to continue. Your cursor should be here-->$c"
+#read ans
rm -f .echotmp
: now set up to do reads with possible shell escape and default assignment
@@ -5496,7 +5496,7 @@
echo "If you didn't make any mistakes, then just type a carriage return here."
rp="If you need to edit config.sh, do it as a shell escape here:"
$echo $n "$rp $c"
-. UU/myread
+#. UU/myread
case "$ans" in
'') ;;
*) : in case they cannot read
|