diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-18 14:58:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-18 14:58:57 +0000 |
commit | e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9 (patch) | |
tree | 74087147273afe5d03928f2898488f7d49f49053 /eclass/linux-info.eclass | |
parent | Proxy commit, drop memcache support and cleanups (diff) | |
download | historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.tar.gz historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.tar.bz2 historical-e72c71b5fe8a5d23c2fa5c21380302c98b1b7be9.zip |
eat trailing whitespace
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 1bc376fb7f2f..5e2a88a66878 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.88 2011/03/29 19:57:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.89 2011/08/18 14:58:57 vapier Exp $ # # Original author: John Mylchreest <johnm@gentoo.org> # Maintainer: kernel-misc@gentoo.org @@ -42,7 +42,7 @@ # # e.g.: CONFIG_CHECK="!MTRR" # -# To simply warn about a missing option, prepend a '~'. +# To simply warn about a missing option, prepend a '~'. # It may be combined with '!'. # # In general, most checks should be non-fatal. The only time fatal checks should @@ -209,7 +209,7 @@ getfilevar_noexec() { else ${mycat} "${2}" | \ sed -n \ - -e "/^[[:space:]]*${1}[[:space:]]*:\\?=[[:space:]]*\(.*\)\$/{ + -e "/^[[:space:]]*${1}[[:space:]]*:\\?=[[:space:]]*\(.*\)\$/{ s,^[^=]*[[:space:]]*=[[:space:]]*,,g ; s,[[:space:]]*\$,,g ; p @@ -497,7 +497,7 @@ get_version() { # keep track of it KERNEL_MAKEFILE="${KV_DIR}/Makefile" - + # Decide the function used to extract makefile variables. mkfunc="$(get_makefile_extract_function "${KERNEL_MAKEFILE}")" |