blob: 58dc3324d4b745f1a53a0f978973b2721f8e0f67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff -Naur kon2-0.3.9b/tools/Configure.linux kon2-0.3.9b-gentoo/tools/Configure.linux
--- kon2-0.3.9b/tools/Configure.linux 2000-04-10 16:49:51.000000000 +0900
+++ kon2-0.3.9b-gentoo/tools/Configure.linux 2002-07-31 12:42:07.000000000 +0900
@@ -84,11 +84,12 @@
echo '/*' $mess '*/' >>$CONFIG_H
read sig def
echo -n $mess '['$def']? '
- read ans < /dev/tty
+ unset ans
if [ "$ans" = "" ]
then
ans=$def
fi
+ echo $ans
echo $sig $ans >>$CONFIG_OUT
if [ "$def" != "y" -a "$def" != "n" ]
then
|