patch-2.1.120 linux/scripts/Configure
Next file: linux/CREDITS
Previous file: linux/net/x25/af_x25.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Fri Aug 28 10:37:13 1998
-  Orig file: 
v2.1.119/linux/scripts/Configure
-  Orig date: 
Wed Jun 24 22:54:14 1998
diff -u --recursive --new-file v2.1.119/linux/scripts/Configure linux/scripts/Configure
@@ -126,7 +126,7 @@
 	else
 		echo -n "$1"
 		[ -z "$3" ] && echo -n "(NEW) "
-		IFS='@' read ans </dev/tty || exit 1
+		IFS='@' read ans || exit 1
 		[ -z "$ans" ] && ans=$2
 	fi
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov