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

Task arguments couldnt' contain equal symbol #312

Closed
wants to merge 1 commit into from

Conversation

welearnednothing
Copy link
Contributor

Fixes #311

This still needs unit tests, but I want to make sure the approach doesn't miss some other edge case. However, this will break scripts that have an env variable with a [ in the name, unfortunately. I'm not sure if there's a way around that.

We could enforce that env names adhere to the POSIX standard: a word consisting solely of underscores, digits, and alphabetics from the portable character set. The first character of a name is not a digit

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

Successfully merging this pull request may close these issues.

Task arguments can't contain =
2 participants