fix incompatible zsh syntax used in bash#260
Closed
akeeman wants to merge 1 commit intopython-poetry:mainfrom
akeeman:patch-1
Closed
fix incompatible zsh syntax used in bash#260akeeman wants to merge 1 commit intopython-poetry:mainfrom akeeman:patch-1
akeeman wants to merge 1 commit intopython-poetry:mainfrom
akeeman:patch-1
Conversation
Author
|
Note that the test error is not related to this pr |
Author
|
In poetry this generates cache clear)so quoting a case that contains a space is not working well |
Member
Poetry is still on older version of Cleo, which doesn't have the fixes applied. |
Author
|
Ah, I see. Actually, the quoting seems to fix the problem entirely. I wasn't aware bash supported the leading opening parentheses. (But here it is in the docs.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bash can't use
bash case grammar:
It's probably mistaken for zsh syntax:
Sources: