Commit b8687dd
committed
minor #4091 Put version into quotes, otherwise it fails in ZSH (dannykopping)
This PR was merged into the 2.5 branch.
Discussion
----------
Put version into quotes, otherwise it fails in ZSH
When using the `zsh` shell, the command fails because of:
```
$ composer create-project symfony/framework-standard-edition myproject/ ~2.5
zsh: no such user or named directory: 2.5
```
This problem does not occur in `bash`.
Quoting the version number does not effect `bash`, and fixes `zsh`.
Commits
-------
6dc62a8 Put version into quotes, otherwise it fails1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments