Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xe autocompletion: Fix prefix escaping bug (xapi-project#5975)
Before, having an escape sequence as part of the parameter would break grep: ``` $ xe vdi-list name-label=CentOS\ 7\ \(1grep: Unmatched ( or \( ``` Move back to pure bash processing for the prefix, since it's the weirdness of variable escaping leaving the bash context causing this.
- Loading branch information