[Libreoffice-commits] .: solenv/gbuild
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Nov 28 04:09:37 PST 2011
solenv/gbuild/platform/unxgcc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bc8a2861b473043956e01aeb60a0f419b8705255
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Nov 28 12:09:29 2011 +0000
tidy up escaping so this works for me
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index c5c0324..fe2aa7e 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -403,7 +403,7 @@ define gb_Module_DEBUGRUNCOMMAND
OFFICESCRIPT=`mktemp` && \
printf ". $(OUTDIR)/installation/opt/program/ooenv\\n" > $${OFFICESCRIPT} && \
printf "gdb $(OUTDIR)/installation/opt/program/soffice.bin" >> $${OFFICESCRIPT} && \
-printf " -ex \"set args --norestore --nologo \\\"--accept=pipe,name=$(USER);urp;\\\" -env:UserInstallation=file://$(OUTDIR)/installation/\"" >> $${OFFICESCRIPT} && \
+printf " -ex \"set args --norestore --nologo '--accept=pipe,name=$(USER);urp;' -env:UserInstallation=file://$(OUTDIR)/installation/\"" >> $${OFFICESCRIPT} && \
printf " -ex \"r\"\\n" >> $${OFFICESCRIPT} && \
$(SHELL) $${OFFICESCRIPT} && \
rm $${OFFICESCRIPT}
More information about the Libreoffice-commits
mailing list