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/autoconf/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/autoconf') diff --git a/package/autoconf/Config.in b/package/autoconf/Config.in index 286c5cb9c..c61ebc8d3 100644 --- a/package/autoconf/Config.in +++ b/package/autoconf/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_AUTOCONF bool "autoconf" help - Extensible program for developing configure scripts. These + Extensible program for developing configure scripts. These scripts handle all the mundane system/feature detection. http://www.gnu.org/software/autoconf/ -- cgit v1.2.3