Fix recipe: ensure that extendedglob is set (#64)

This commit is contained in:
Daniel Hahler 2017-04-27 22:39:52 +02:00 committed by GitHub
parent 435f54761b
commit 3a19a22140
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ if [[ $autoenv_event == 'enter' ]]; then
return
fi
setopt localoptions extendedglob
local -a venv
venv=(./(../)#.venv(NY1:A))