summaryrefslogtreecommitdiff
path: root/scripts/Menuconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:03:48 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 20:03:48 -0800
commita931b32fc32a4c59f711ddea37ed56d414c9ded7 (patch)
tree2eb9acf38b04e91065c6920b9d803b4716a75db2 /scripts/Menuconfig
parent70d68bd32041d22febb277038641d55c6ac7b57a (diff)
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
Diffstat (limited to 'scripts/Menuconfig')
-rw-r--r--scripts/Menuconfig2
1 files changed, 1 insertions, 1 deletions
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))