summaryrefslogtreecommitdiff
path: root/package/editors/ed/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:05 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:07:05 +0000
commit02a623ddf96aa97c341a287bbb4ec5370a069444 (patch)
tree6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/editors/ed/Config.in
parentfa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff)
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/editors/ed/Config.in')
-rw-r--r--package/editors/ed/Config.in4
1 files changed, 2 insertions, 2 deletions
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/