patch-2.1.81 linux/scripts/Menuconfig
Next file: linux/CREDITS
Previous file: linux/net/ipv4/tcp.c
Back to the patch index
Back to the overall index
- Lines: 35
- Date:
Wed Jan 21 17:51:41 1998
- Orig file:
v2.1.80/linux/scripts/Menuconfig
- Orig date:
Mon Jan 5 01:41:01 1998
diff -u --recursive --new-file v2.1.80/linux/scripts/Menuconfig linux/scripts/Menuconfig
@@ -40,6 +40,9 @@
#
# 221297 Michael Chastain (mec@shout.net) - make define_bool actually
# define its arguments so that later tests on them work right.
+#
+# 160198 Michael Chastain (mec@shout.net) - fix bug with 'c' command
+# (complement existing value) when used on virgin uninitialized variables.
#----------------------------------------------------------------------------
@@ -349,6 +352,7 @@
case $x in
y) eval $1=n ;;
n) eval $1=y ;;
+ *) eval $1=y ;;
esac ;;
*) eval $1=n ;;
esac
@@ -392,6 +396,7 @@
case $x in
m) eval $1=n ;;
n) eval $1=m ;;
+ *) eval $1=m ;;
esac ;;
*) eval $1=n ;;
esac
@@ -416,6 +421,7 @@
y) eval $1=n ;;
n) eval $1=m ;;
m) eval $1=y ;;
+ *) eval $1=y ;;
esac ;;
*) eval $1=n ;;
esac
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov