Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoenv_check_authz_and_run:20: = not found when entering into a new directory with .env file #94

Closed
svetlyak40wt opened this issue Dec 8, 2015 · 9 comments

Comments

@svetlyak40wt
Copy link

I've just installed autoenv from source onto Ubuntu Trusty (commit 7858eaa) and it gives me this error when entering into a new directory with .env file:

autoenv:
autoenv: WARNING:
autoenv: This is the first time you are about to source /home/art/theproject/.env:
autoenv:
autoenv:     --- (begin contents) ---------------------------------------
autoenv:     # my token
autoenv:     TOKEN=*****
autoenv:
autoenv:     --- (end contents) -----------------------------------------
autoenv:
autoenv: Are you sure you want to allow this? (y/N) y
autoenv_check_authz_and_run:20: = not found
@svetlyak40wt
Copy link
Author

Hey, I've checked if it is work for commit c4bc3f5 (before) 9947b4a - Accept 'Y' or 'y' for prompt was merged. And it works. Seems commit 9947b4a broke something.

@sepehr
Copy link

sepehr commented Dec 19, 2015

Nothing new on this?

@real-milos
Copy link

I can confirm this issue still exists (installed on Arch Linux using antigen)

joshuamorton added a commit to joshuamorton/autoenv that referenced this issue Jan 9, 2016
@devinus
Copy link
Contributor

devinus commented Jan 27, 2016

Getting the same issue.

@autoferrit
Copy link

I can confirm also that on the latest release, I have the same issue. reverting to c4bc3f5 fixes the issue for me

@jicksta
Copy link

jicksta commented Feb 1, 2016

+1 I am getting this as well.

kennethreitz added a commit that referenced this issue Feb 2, 2016
@kennethreitz
Copy link
Contributor

Fixed! #97

@jicksta
Copy link

jicksta commented Feb 2, 2016

thanks @kennethreitz !

@devinus
Copy link
Contributor

devinus commented Feb 2, 2016

Works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants