-
Notifications
You must be signed in to change notification settings - Fork 74
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
bash export errors #42
Comments
Hi @rettal, as far as I know, you need to separate multiple values with commas. If you don't add spaces, bash should not get angry. |
Hi, |
@rettal yeah, this plugin creates that file. And you're right, it doesn't handle escaping or quoting. The original idea was that you could pass logic like building Anyway, the I'll think about this and fix it for the next release. But earliest on next week as I'm still on vacation. =) |
OK thanks a lot, enjoy what's left of your vacation and thanks for taking time to reply :) |
@rettal |
OK thanks for letting me know. And thanks for a great plugin! ;) |
Hi,
Windows 7 Host Machine with Ubuntu 12.04 Precise32 Host
If you have multiple values in your no_proxy environment variable it does not get surrounded in quotes (in /etc/profile.d/proxy.sh) so when logging in to VM you get numerous bash export errors as it tries to export each value one as a variable.
The error is similar to this:
bash: export: `xxxxxxx': not a valid identifier
The text was updated successfully, but these errors were encountered: