[build] Fix escaping of \ in plist to plc

Quoting is hard.
This commit is contained in:
Bill Currie 2023-06-18 17:14:34 +09:00
parent 3235bb70c8
commit 65b2e1750c

View file

@ -133,7 +133,7 @@ V_SED_1 =
SUFFICES += .plist .plc
.plist.plc:
$(V_SED)sed -e 's/"/\\"/g' -e 's/^/"/' -e 's/$$/\\n"/' $< > $@.t &&\
$(V_SED)sed -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/^/"/' -e 's/$$/\\n"/' $< > $@.t &&\
$(am__mv) $@.t $@
%.spv: %