[OE-core] [PATCH 07/11] libclass-isa-perl: escape quotes inside variable values.

Ismo Puustinen ismo.puustinen at intel.com
Thu May 21 08:21:36 UTC 2015


---
 meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb b/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb
index f93841d..ea65cda 100644
--- a/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb
+++ b/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb
@@ -6,7 +6,7 @@ derived, via its @ISA, from one or more superclasses (as above).\
 \
 When, then, you call a method in that class ($fishstick->calories), Perl first searches\
 there for that method, but if it's not there, it goes searching in its superclasses, and\
-so on, in a depth-first (or maybe "height-first" is the word) search. In the above example,\
+so on, in a depth-first (or maybe \"height-first\" is the word) search. In the above example,\
 it'd first look in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then\
 Chemicals.\
 \
-- 
2.1.0




More information about the Openembedded-core mailing list