summaryrefslogtreecommitdiffstats
path: root/package/editors/ed/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2008-08-04 21:07:05 +0200
committerPeter Korsgaard2008-08-04 21:07:05 +0200
commit02a623ddf96aa97c341a287bbb4ec5370a069444 (patch)
tree6923139fb98dd1d2e99b456503b37d4dd92e1136 /package/editors/ed/Config.in
parentbusybox: default HIDE_OTHERS to y for all versions (diff)
downloadbuildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz
buildroot-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.xz
buildroot-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/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/