From a931b32fc32a4c59f711ddea37ed56d414c9ded7 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 20:03:48 -0800 Subject: v2.4.7.4 -> v2.4.7.5 - Alan Cox: more merging - L.C. Chang: new SiS IDE PCI id's. - Maciej Rozycki: make MP table parsing more anal. Should fix broken P4 MP tables. - Leonard Zubkoff: merge DAC960 completion changes - Christoph Rohland: saner tmpfs mount-time limit behaviour (and remount) - me: buffer.c logic update - faster and hopefully livelock-free --- scripts/Menuconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Menuconfig') diff --git a/scripts/Menuconfig b/scripts/Menuconfig index b48d36bcb974..8fb747899740 100644 --- a/scripts/Menuconfig +++ b/scripts/Menuconfig @@ -1335,7 +1335,7 @@ set_geometry () { then echo -e "\n\007Your display is too small to run Menuconfig!" echo "It must be at least 19 lines by 80 columns." - exit 0 + exit 1 fi ROWS=$((ROWS-4)) COLS=$((COLS-5)) -- cgit v1.2.3