From 1dc0211890477cd9d7c480c0d3352d739484ed8e Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 17 May 2020 18:19:03 +0200 Subject: [PATCH] example bash -c bash2env.sh --- doc/0_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/0_install.md b/doc/0_install.md index 03cd6bb..1d70836 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -49,7 +49,7 @@ You must install a more current version of bash, as the default bash is way to o see e.g. [Install Bash on Mac](http://macappstore.org/bash/) After installation / update of bashbot you must change the shebang line to point to your bash location -e.g. with the provided script ```bash -c "examples/bash2env \*.sh \*\/\*.sh"``` +e.g. with the provided script ```bash -c "examples/bash2env *.sh */*.sh"``` We stay with /bin/bash shebang, because using the system bash is more save, see [Security Considerations](../README.md#Security-Considerations)