Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.1.100 /scripts/Configure

Filename:/scripts/Configure
Lines Added:1
Lines Deleted:5
Also changed in: (Previous) 2.1.96  2.1.92  2.1.87  2.1.43  2.1.34  2.1.33 
(Following) 2.1.107  2.1.120  2.1.127  2.1.130 

Location
[  2.1.100
  [  scripts
     o  Configure

Patch

diff -u --recursive --new-file v2.1.99/linux/scripts/Configure linux/scripts/Configure
--- v2.1.99/linux/scripts/Configure   Tue Apr 14 14:29:27 1998
+++ linux/scripts/Configure   Sun May  3 17:52:06 1998
@@ -53,10 +53,6 @@
 #
 # 090398 Axel Boldt (boldt@math.ucsb.edu) - allow for empty lines in help
 # texts.
-#
-# 100498 Riley Williams (rhw@bigfoot.com) - added ability to display
-# blank lines in help texts: Any line consisting only of a single dot
-# will be displayed blank.
 
 #
 # Make sure we're really running bash.
@@ -107,7 +103,7 @@
      then
      echo; echo "  Sorry, no help available for this option yet.";echo
      else
-     (echo; echo "$text") | sed 's/^\.$//' | ${PAGER:-more}
+     (echo; echo "$text") | ${PAGER:-more}
      fi
   else
      echo;


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.