patch-2.1.100 linux/scripts/Menuconfig
Next file: linux/Documentation/Changes
Previous file: linux/scripts/Configure
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun May 3 17:52:06 1998
- Orig file:
v2.1.99/linux/scripts/Menuconfig
- Orig date:
Tue Apr 14 14:29:27 1998
diff -u --recursive --new-file v2.1.99/linux/scripts/Menuconfig linux/scripts/Menuconfig
@@ -47,13 +47,6 @@
#
# 090398 Axel Boldt (boldt@math.ucsb.edu) - allow for empty lines in help
# texts.
-#----------------------------------------------------------------------------
-#
-# 10 Apr 1998 - Added ability to display blank lines in help text: Any line
-# which only contains a single dot will be displayed blank.
-# Author: Riley Williams <rhw@bigfoot.com>
-#
-#----------------------------------------------------------------------------
#
@@ -301,7 +294,7 @@
echo "There is no help available for this kernel option."
return 1
else
- echo "$text" | sed 's/^\.$//'
+ echo "$text"
fi
else
echo "There is no help available for this kernel option."
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov