X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMacOSX%2Flyxeditor;h=ad8c407e018161cf2d8863e7594ca0c3d129102a;hb=dfbf4c483992682db23ca3b9ba7edd6cf05e1185;hp=7431b3b99165ee529b34e609b74f56d7f4b1d661;hpb=ccf33ccf5f697c80beb0939892348e354a0896b2;p=lyx.git diff --git a/development/MacOSX/lyxeditor b/development/MacOSX/lyxeditor index 7431b3b991..ad8c407e01 100755 --- a/development/MacOSX/lyxeditor +++ b/development/MacOSX/lyxeditor @@ -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