From a52116280a7899023c3328a782237910fccd924b Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 24 Sep 2020 18:20:39 +0200 Subject: [PATCH 1/3] fix array check for ash --- doc/0_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/0_install.md b/doc/0_install.md index 689bc22..4bd2735 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -10,7 +10,7 @@ Run the following commands to see if your bash looks ok ... if which bash; then echo "bash seems available..."; else echo "NO bash"; fi # real bash supports ARRAY -bash -c 'if eval "a=(1)"; then echo "Shell support arrays..."; else echo "Shell has NO arrays"; fi' +bash -c 'if eval "a[1]=1"; then echo "Shell support arrays..."; else echo "Shell has NO arrays"; fi' # check for bash version by feature bash -c 'if [ "$(echo -e "\u1111")" != "\u1111" ]; then echo "Bash version ok ..."; else echo "LBash Version may be to old ..."; fi' @@ -169,5 +169,5 @@ The old format is supported for backward compatibility, but may fail for corner #### [Next Create Bot](1_firstbot.md) -#### $$VERSION$$ v1.1-0-gc0eb399 +#### $$VERSION$$ v1.1-0-ge835bbc From 5854e836fc003f0f7b426c17d33800e6697183b3 Mon Sep 17 00:00:00 2001 From: kartikkumar13 <54768757+kartikkumar13@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:59:38 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03aade7..c635c38 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ bashbotBlockRecover() { @Gnadelwartz -## That's it! +## That's it all guys! If you feel that there's something missing or if you found a bug, feel free to submit a pull request! From 55e4ae7f454a2ec7ebbc7f55c760571b204c10b3 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 4 Oct 2020 15:32:33 +0200 Subject: [PATCH 3/3] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03aade7..d11d360 100644 --- a/README.md +++ b/README.md @@ -265,4 +265,4 @@ bashbotBlockRecover() { If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v1.1-0-gc0eb399 +#### $$VERSION$$ v1.1-0-ge835bbc