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/editors/ed/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/editors/ed') diff --git a/package/editors/ed/Config.in b/package/editors/ed/Config.in index 230d759ea..63dc21e7c 100644 --- a/package/editors/ed/Config.in +++ b/package/editors/ed/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_ED bool "ed" help - A line-oriented text editor. Used to create, display, modify, - and otherwise manipulate text files. Often used in scripts + A line-oriented text editor. Used to create, display, modify, + and otherwise manipulate text files. Often used in scripts rather than invoked directly. http://www.gnu.org/software/ed/ -- cgit v1.2.3