mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
+5
-4
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2012 OpenWrt.org
|
# Copyright (C) 2007-2014 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -26,9 +26,9 @@ 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
|
||||||
|
|
||||||
|
|
||||||
@@ -61,4 +61,5 @@ define Package/bash/install
|
|||||||
ln -sf bash $(1)/bin/rbash
|
ln -sf bash $(1)/bin/rbash
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,bash))
|
$(eval $(call BuildPackage,bash))
|
||||||
|
|||||||
Reference in New Issue
Block a user