mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
* Additional.lyx - fix lyxeditor.sh example.
Different shells seem to have different taste. http://www.mail-archive.com/lyx-users@lists.lyx.org/
This commit is contained in:
parent
19845612ae
commit
b32b5c7949
@ -6329,7 +6329,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -6522,7 +6522,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -6972,7 +6972,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -5933,7 +5933,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -7003,7 +7003,7 @@ echo "$COMMAND" > "${LYXPIPE}".in || exit
|
||||
\begin_inset Newline newline
|
||||
\end_inset
|
||||
|
||||
read < "${LYXPIPE}".out || exit
|
||||
read TMP < "${LYXPIPE}".out || exit
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
Loading…
Reference in New Issue
Block a user