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/tar/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/tar') diff --git a/package/tar/Config.in b/package/tar/Config.in index 534583d3e..e614b9211 100644 --- a/package/tar/Config.in +++ b/package/tar/Config.in @@ -3,7 +3,7 @@ config BR2_PACKAGE_TAR depends on BR2_USE_WCHAR select BR2_UCLIBC_PROGRAM_INVOCATION help - A program that saves many files together into a single tape or disk + A program that saves many files together into a single tape or disk archive, and can restore individual files from the archive. http://www.gnu.org/software/tar/ -- cgit v1.2.3