patch-1.3.37 linux/scripts/Configure

Next file: linux/scripts/Makefile
Previous file: linux/net/unix/af_unix.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.36/linux/scripts/Configure linux/scripts/Configure
@@ -150,7 +150,7 @@
 #
 function dep_tristate () {
 	def=$(eval echo "\${$2:-'n'}")
-	if [ "$def" != "m" ]; then
+	if [ "$3" != "m" ]; then
 		tristate "$1" "$2"
 	else
 		ans=""

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this