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

printing out _z:17: = not found after every command #75

Closed
Satshabad opened this issue Jan 20, 2013 · 2 comments
Closed

printing out _z:17: = not found after every command #75

Satshabad opened this issue Jan 20, 2013 · 2 comments

Comments

@Satshabad
Copy link

This only happens if I'm in a directory other than the one that z.sh is in. Any ideas?

@ntsuji
Copy link
Contributor

ntsuji commented Jan 20, 2013

Edit line 41 of z.sh.
From

   [ "$*" == "$exclude" ] && return

To

   [ "$*" = "$exclude" ] && return

@Satshabad
Copy link
Author

Awesome!

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

3 participants