mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
bash: style and doc fix
The patch is about job control in general instead of the builtin jobs command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ endef
|
|||||||
define Package/bash/install
|
define Package/bash/install
|
||||||
$(INSTALL_DIR) $(1)/bin
|
$(INSTALL_DIR) $(1)/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/bash $(1)/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/bash $(1)/bin/
|
||||||
ln -sf bash $(1)/bin/rbash
|
$(LN) bash $(1)/bin/rbash
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Fix builint command jobs
|
Fix job control
|
||||||
|
|
||||||
Patch was taken from https://git.alpinelinux.org/cgit/aports/tree/main/bash/fix-jobs.patch
|
Patch was taken from https://git.alpinelinux.org/cgit/aports/tree/main/bash/fix-jobs.patch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user