-
Notifications
You must be signed in to change notification settings - Fork 14
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
Error when sourcing #34
Comments
@voyga weird. How did you install shml? |
@voyga (cc @jdorfman) Though testing, I'm seeing that the First, shell information: $SHELL --version Second, test the line in question alone: if [ "foo" == "foo" ]; then echo "pass"; else echo "fail"; fi Lastly, help me test a fix by running: if [ "foo" = "foo" ]; then echo "pass"; else echo "fail"; fi All that said, I'm not sure we want to support shells other then |
Upon further inspection (it only took a minute), we're not going to support shells outside of Ensure that you're running your script though bash by including I'll leave this open for now, awaiting the requested information to ensure that my assumption is correct. Cheers! |
Thanks @jmervine |
Solved, Thanks. @jmervine |
@voyga Mind clarifying what the issue was you were having in case someone else runs in to the same issue and comes across this thread in a search? Thanks! PS - Closing |
I know this is super old, but when trying to source this in
|
@simoniz0r thanks for the report. @jmervine I think it is time for a release. Maybe fix this and release #32 LMK and I will start the docs. |
Revisiting based on @simoniz0r 's comment. |
- Addressing zsh source issue per #34 (comment). Thanks @simoniz0r for the tip. - Adding some basic checks to ensure that it sources correctly.
Addressed on the following commit -- cd551bf. Will be released with #32. Thanks @simoniz0r for the tip. |
Error Message
Line 358 - 365
The text was updated successfully, but these errors were encountered: