From: juhosg Date: Thu, 27 Mar 2014 07:02:18 +0000 (+0000) Subject: packages/bash: fix whitespaces X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5644e0473524f4c4d3c3fdc873aae0daa1855903;p=packages.git packages/bash: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40041 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index d87744116..bef9bccc9 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)) -