diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-08-28 15:13:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-28 17:16:57 -0700 |
commit | c035e249afd8bdd89fa76e9cb6aa71ab230dc77a (patch) | |
tree | f3004045565dc3b3a72e272ed849de73efe77735 | |
parent | a41dd8804da5df2c724456b9bb6ee49708228530 (diff) | |
download | meta-openembedded-c035e249afd8bdd89fa76e9cb6aa71ab230dc77a.tar.gz |
README: Use quotation marks for subject prefix
On zsh it otherwise returns:
```
zsh: bad pattern: --subject-prefix=meta-oe][PATCH
```
With quotation marks it should work on all shells.
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/README b/meta-oe/README index 347816b0d1..6a0d7c0a1f 100644 --- a/meta-oe/README +++ b/meta-oe/README | |||
@@ -17,7 +17,7 @@ pacman -S lib32-gcc-libs lib32-glibc | |||
17 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' | 17 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' |
18 | 18 | ||
19 | When sending single patches, please use something like: | 19 | When sending single patches, please use something like: |
20 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH' | 20 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"' |
21 | 21 | ||
22 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core | 22 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core |
23 | to share your patches, this is preferred for patch sets consisting of more than one patch. | 23 | to share your patches, this is preferred for patch sets consisting of more than one patch. |