mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
additional check for default pipe locations used by active LyX instance
This commit is contained in:
parent
4e14bf7028
commit
4e9ecec3f6
@ -59,6 +59,11 @@ do
|
|||||||
if [ -n "$LYXPIPE" -a -p "$LYXPIPE".in ]; then
|
if [ -n "$LYXPIPE" -a -p "$LYXPIPE".in ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
# now check for default pipe location
|
||||||
|
if [ -p "${ABS_USER_LYXDIR}"/.lyxpipe.in ]; then
|
||||||
|
LYXPIPE="${ABS_USER_LYXDIR}/.lyxpipe"
|
||||||
|
break
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# echo "preferences file sets lyxpipe as ${LYXPIPE}"
|
# echo "preferences file sets lyxpipe as ${LYXPIPE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user