From 6665fdc56b06abbee08540691c32e4ea8d44ee24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 17:59:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd21cf..2517d3c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@
  • A Bakefile, which looks and feels like the good parts of a Makefile.
  • Except, you can write real bash code! Any and all syntax is accepted — no magic going on here.
  • Unlike a Makefile, you can use either \t or      (4×' '), at your discretion.
  • -
  • Environment variables are explicitly passed or whitelisted (allowed), not inherited from the parent shell.
  • +
  • Environment variables are explicitly passed or whitelisted (`--allow`), not inherited from the parent shell.
  • Tasks can be run safely and reliably. Rest assured that scripts are executed from the project root directory.
  • There are many other benefits to this design, that have yet to be expressed in this document.