Closed antonbabenko closed 8 years ago
I can't reproduce this. It should be unaffected by your Zsh version, as bask
is forking a new process running /usr/bin/env bash
.
What is the output of /usr/bin/env bash --version
?
It looks like declare -g
is not a feature of Bash 4.2. OS X is pegged at Bash 3.x. If you're itching to try things out, you can install Bash 4 from Homebrew:
brew install bash
I'll look into if -g
is really necessary.
Oh, looks like this is a known issue upstream: https://github.com/stylemistake/bash-task-runner/issues/5
Thanks. Upgraded bash using brew install bash
helped.
Good job!
OS X 10.11.5