Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Finder] fix xargs pipe to work with spaces in dir names #7302

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

Closed
wants to merge 1 commit into from

Conversation

havvg
Copy link
Contributor

@havvg havvg commented Mar 8, 2013

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

.. otherwise grep fails:

grep: : No such file or directory
grep: /Users/havvg/Web: No such file or directory
grep: Development/symfony2/src/Symfony/Component/Finder/Tests/Fixtures/dolor.txt: No such file or directory

@vicb
Copy link
Contributor

vicb commented Mar 9, 2013

It should probably target 2.2 as this is a bug fix.

@havvg havvg closed this Mar 11, 2013
@havvg havvg deleted the hotfix/finder-spaces-in-dir branch March 11, 2013 09:54
@havvg
Copy link
Contributor Author

havvg commented Mar 11, 2013

see #7327

fabpot added a commit that referenced this pull request Mar 11, 2013
This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #7302).

Commits
-------

3f3cf0c fix xargs pipe to work with spaces in dir names

Discussion
----------

[Finder] fix xargs pipe to work with spaces in dir names

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

.. otherwise grep fails:

````
grep: : No such file or directory
grep: /Users/havvg/Web: No such file or directory
grep: Development/symfony2/src/Symfony/Component/Finder/Tests/Fixtures/dolor.txt: No such file or directory
```
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.

2 participants