diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/coreutils/Config.in | |
parent | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff) | |
download | buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.zip |
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
Diffstat (limited to 'package/coreutils/Config.in')
-rw-r--r-- | package/coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
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: |