diff --git a/bin/env b/bin/env index bb9d92801..da8ba386a 100755 --- a/bin/env +++ b/bin/env @@ -10,5 +10,5 @@ # (The "." will execute this inside the current shell instead of creating a child one) set -a -source ${1:=.env} +source ${1:-.env} set +a \ No newline at end of file