Browse Source

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>
lilik-openwrt-22.03
Yousong Zhou 7 years ago
parent
commit
0cb460a2a7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      utils/bash/Makefile
  2. +1
    -1
      utils/bash/patches/100-fix-jobs.patch

+ 1
- 1
utils/bash/Makefile View File

@ -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
- 1
utils/bash/patches/100-fix-jobs.patch 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 Patch was taken from https://git.alpinelinux.org/cgit/aports/tree/main/bash/fix-jobs.patch


Loading…
Cancel
Save