From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- package/bison/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/bison') diff --git a/package/bison/Config.in b/package/bison/Config.in index ef3518b5c..edea4f6f9 100644 --- a/package/bison/Config.in +++ b/package/bison/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_BISON bool "bison" help - General-purpose parser generator that converts a - grammar description for an LALR context-free grammar into a C + General-purpose parser generator that converts a + grammar description for an LALR context-free grammar into a C program to parse that grammar. http://www.gnu.org/software/bison/ -- cgit v1.2.3