packages/bash: fix whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40041 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:02:18 +00:00
parent cf2b63a2e7
commit 5644e04735

View File

@ -26,8 +26,8 @@ define Package/bash
endef endef
define Package/bash/description define Package/bash/description
Bash is an sh-compatible command language interpreter that executes Bash is an sh-compatible command language interpreter that executes
commands read from the standard input or from a file. Bash also commands read from the standard input or from a file. Bash also
incorporates useful features from the Korn and C shells (ksh and csh). incorporates useful features from the Korn and C shells (ksh and csh).
endef endef
@ -62,4 +62,3 @@ define Package/bash/install
endef endef
$(eval $(call BuildPackage,bash)) $(eval $(call BuildPackage,bash))