From: Gabor Juhos Date: Thu, 27 Mar 2014 07:02:18 +0000 (+0000) Subject: packages/bash: fix whitespaces X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c9bb99e3d9de465cbf9e28b6e67552ce75ff7f45;p=openwrt%2Fsvn-archive%2Farchive.git packages/bash: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40041 --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index d87744116d..bef9bccc9d 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -26,8 +26,8 @@ define Package/bash endef define Package/bash/description - Bash is an sh-compatible command language interpreter that executes - commands read from the standard input or from a file. Bash also + Bash is an sh-compatible command language interpreter that executes + commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). endef @@ -62,4 +62,3 @@ define Package/bash/install endef $(eval $(call BuildPackage,bash)) -