]> git.lyx.org Git - lyx.git/blobdiff - development/MacOSX/lyxeditor
upgrade boost to 1.75.0
[lyx.git] / development / MacOSX / lyxeditor
index 7431b3b99165ee529b34e609b74f56d7f4b1d661..ad8c407e018161cf2d8863e7594ca0c3d129102a 100755 (executable)
@@ -82,9 +82,7 @@ test -z "${LYXPIPE}" && {
 }
 
 if [ -n "$LYXPIPE" -a -p "$LYXPIPE".in ]; then
-       file=$(echo "$1" | sed 's|^/private||')
-
-       MAC_LYXPIPE_CONTENTS="LYXCMD:macdvix:server-goto-file-row:$file $2"
+       MAC_LYXPIPE_CONTENTS="LYXCMD:macdvix:server-goto-file-row:$1 $2"
        # echo "$MAC_LYXPIPE_CONTENTS"
        echo "$MAC_LYXPIPE_CONTENTS" > "${LYXPIPE}".in || { echo "Cannot write to lyxpipe." ; exit 2 ; }
        while read line ; do