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 <[email protected]> --- meta-oe/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/README b/meta-oe/README index 347816b0d..6a0d7c0a1 100644 --- a/meta-oe/README +++ b/meta-oe/README @@ -17,7 +17,7 @@ pacman -S lib32-gcc-libs lib32-glibc Send pull requests to [email protected] with '[meta-oe]' in the subject' When sending single patches, please use something like: -'git send-email -M -1 --to [email protected] --subject-prefix=meta-oe][PATCH' +'git send-email -M -1 --to [email protected] --subject-prefix="meta-oe][PATCH"' You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core to share your patches, this is preferred for patch sets consisting of more than one patch. -- 2.16.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86668): https://lists.openembedded.org/g/openembedded-devel/message/86668 Mute This Topic: https://lists.openembedded.org/mt/76473013/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
