We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shell-xmpp-client dies with "bad variable name". Not sure it is related, but from what I see it seems to trunk the first part of the Jabber id:
$ ./xmpp.sh --connect --jid [email protected] --pass fAeo4t829d88U49t ./xmpp.sh: 381: local: [email protected]: bad variable name
Using latest Git version on Ubuntu 2014.04
The text was updated successfully, but these errors were encountered:
I think this is a dash problem. There is an old bug report about dash not implementing 'local' correctly. https://bugs.launchpad.net/ubuntu/+source/dash/+bug/139097
Could you please try with bash (or zsh) again?
It shouldn't be hard to fix all 'local' calls. I will put this onto my todo list.
Sorry, something went wrong.
I have never used dash.
dash
The bug above is with bash, as it comes by default on Ubuntu.
bash
interesting. I will try to reproduce this in a ubuntu 2014.04 virtualbox.
If I can't reproduce this I might need your debug file (--debug-file /tmp/debug.txt).
thanks for the fast reply.
As mentioned in issue #4, this might be because the script starts with #!/bin/sh
It apparently works when called with #!/bin/bash
I will try to reproduce this.
close2
No branches or pull requests
shell-xmpp-client dies with "bad variable name".
Not sure it is related, but from what I see it seems to trunk the first part of the Jabber id:
Using latest Git version on Ubuntu 2014.04
The text was updated successfully, but these errors were encountered: