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
- Lines: 9
- Date:
Fri Oct 27 08:07:03 1995
- Orig file:
v1.3.36/linux/scripts/Configure
- Orig date:
Mon Oct 23 18:02:24 1995
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