From: José Matox Date: Mon, 19 Feb 2007 20:15:43 +0000 (+0000) Subject: quote files for mac script (Bennett) X-Git-Tag: 1.6.10~10757 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=86098c52f07ed5653028e69a983e77eca61b287b;hp=fc64045420544a1269ad5012436a0aee1bb0ea6f;p=features.git quote files for mac script (Bennett) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17257 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/MacOSX/LyX.app/Contents/MacOS/lyxeditor b/development/MacOSX/LyX.app/Contents/MacOS/lyxeditor index 0583223e14..bee481fec0 100755 --- a/development/MacOSX/LyX.app/Contents/MacOS/lyxeditor +++ b/development/MacOSX/LyX.app/Contents/MacOS/lyxeditor @@ -86,6 +86,7 @@ echo "Our best guess sets lyxpipe as ${LYXPIPE}" file=`echo "$1" | sed 's|^/private||'` -echo "LYXCMD:macdvix:server-goto-file-row:"$file" $2" -echo LYXCMD:macdvix:server-goto-file-row:"$file" $2 > "${LYXPIPE}".in || exit +MAC_LYXPIPE_CONTENTS="LYXCMD:macdvix:server-goto-file-row:$file $2" +echo "$MAC_LYXPIPE_CONTENTS" +echo "$MAC_LYXPIPE_CONTENTS" > "${LYXPIPE}".in || exit read < "${LYXPIPE}".out || exit