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/coreutils/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/coreutils') diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in index be6848502..2d0bf6d7d 100644 --- a/package/coreutils/Config.in +++ b/package/coreutils/Config.in @@ -3,8 +3,8 @@ config BR2_PACKAGE_COREUTILS depends on BR2_USE_WCHAR select BR2_UCLIBC_PROGRAM_INVOCATION help - All of the basic file/text/shell utilities. These are the - core utilities which are expected to exist on every system. + All of the basic file/text/shell utilities. These are the + core utilities which are expected to exist on every system. Busybox implements many of the most common. Things like: -- cgit v1.2.3