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:
Yousong Zhou 2018-05-09 20:15:08 +08:00
parent d859554090
commit 0cb460a2a7
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ endef
define Package/bash/install
$(INSTALL_DIR) $(1)/bin
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/bash $(1)/bin/
ln -sf bash $(1)/bin/rbash
$(LN) bash $(1)/bin/rbash
endef

View File

@ -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